Commit b897168e authored by Antoine Pitrou's avatar Antoine Pitrou

A warning doesn't equate a failed test

(this broken -F with e.g. test_multiprocessing)
parent 7cc1fb07
......@@ -515,7 +515,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
elif ok == FAILED:
bad.append(test)
elif ok == ENV_CHANGED:
bad.append(test)
environment_changed.append(test)
elif ok == SKIPPED:
skipped.append(test)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment