swansonk14 / typed-argument-parser

Typed argument parser for Python
MIT License
494 stars 40 forks source link

Fix `test_add_subparsers_twice` with Python 3.12.5 #146

Closed shadchin closed 1 month ago

martinjm97 commented 1 month ago

Hi @shadchin, thank you for the contribution! Do you happen to have a reference to the change in Python 3.12.5 and a reason for why it will persist to future versions of Python?

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.07%. Comparing base (b569790) to head (d7f7f9d).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #146 +/- ## ======================================= Coverage 94.07% 94.07% ======================================= Files 4 4 Lines 692 692 ======================================= Hits 651 651 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

shadchin commented 1 month ago

Hi @shadchin, thank you for the contribution! Do you happen to have a reference to the change in Python 3.12.5 and a reason for why it will persist to future versions of Python?

https://github.com/python/cpython/issues/121018

martinjm97 commented 1 month ago

Perfect! Thank you!