[BUG] using -v and -e connected (as -ve) fails in 3.8.0 #1218
Labels
bug:normal
affects many people or has quite an impact
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
In our CI environment, we start tox like
tox -vve py27
.This worked before the release of 3.8.0 without problems, but now fails with this error:
$ tox -vve py27 usage: tox [-v] [-q] tox: error: argument -v: ignored explicit argument 'e'
tox -vv -e py27
still works without problem, so it's not a big issue; but as it breaks backwards compatibility, it might at least warrant a message in the release notes.The text was updated successfully, but these errors were encountered: