bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests failing in 3.10 with argparse changes

major opened this issue · comments

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: