Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bd8b8d

Browse files
committed
A warning doesn't equate a failed test
(this broken -F with e.g. test_multiprocessing)
1 parent a5c92b4 commit 5bd8b8d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/regrtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ def accumulate_result(test, result):
515515
elif ok == FAILED:
516516
bad.append(test)
517517
elif ok == ENV_CHANGED:
518-
bad.append(test)
519518
environment_changed.append(test)
520519
elif ok == SKIPPED:
521520
skipped.append(test)

0 commit comments

Comments
 (0)