Open scolby33 opened 6 years ago
I have the same issue with using pip
if I use the format string in setup.cfg. It seems that most packages parse setup.cfg using the configparser
module, which seems to be attempting to parse the format string as some sort of special command, which then fails.
Either this package will need to change the format string syntax, or configparser
needs to change something about how it works on the back-end. Until then, trying to configure this setting in setup.cfg will break things.
With the suggested format string in
setup.cfg
and the followingtox.ini
:I receive the following error:
Any idea what's going on here? If this plugin isn't compatible with configuration in
setup.cfg
, that should be noted in the documentation.