A warning doesn't equate a failed test
(this broken -F with e.g. test_multiprocessing)
This commit is contained in:
parent
7cc1fb073d
commit
b897168eb6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue