bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
728 stars 121 forks source link

Tests failing in 3.10 with argparse changes #225

Closed major closed 3 years ago

major commented 3 years ago

It looks like argparse in Python 3.10 has options: in the output instead of optional arguments:. This is causing some test failures as noted in this ticket: