A warning doesn't equate a failed test

(this broken -F with e.g. test_multiprocessing)
This commit is contained in:
Antoine Pitrou 2011-08-23 19:32:26 +02:00
parent 7cc1fb073d
commit b897168eb6
1 changed files with 0 additions and 1 deletions

View File

@ -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)