bw2 / ConfigArgParse

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

Tests do not pass on python2 and python 3.5 anymore #231

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

It looks like since d6717c7cb4ac0573ce804c14d26534539fb3691a there are format strings in the tests. But f-strings were introduced in python3.6, so we can’t test python 3.5 and 2.7 anymore. This is an issue if you want to keep supporting older versions of python, like your pretty blue label states.