Edward-Bennett

Results 1 issues of Edward-Bennett

This pull request fixes a test called `test_lazy_choices_help`, which fails on Python 3.13 and 3.14. The failure happens because `argparse` started calling the `choices` object when formatting help output. This...