Allow testenv to be "non-voting" (optional) #174
Closed
Comments
Original comment by @hpk42 fix issue174: add new → <<cset 618ba985f958>> |
Original comment by @msabramo Yes, this would be useful. I might also use this to monitor Python 3 compatibility without strictly requiring it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to see an option that tells tox to not fail for testenvs / jobs that are considered optional.
For example, if I have a section [testenv:pep8] I don't want tox to fail if I mark it as non-voting. So if a testenv returns a non-zero status (failure) then tox would still exit with a zero status but display a warning that a non-voting test failed.
If this is considered a good idea, I'd like to try implementing it.
The text was updated successfully, but these errors were encountered: