Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c92b4 commit 5bd8b8dCopy full SHA for 5bd8b8d
1 file changed
Lib/test/regrtest.py
@@ -515,7 +515,6 @@ def accumulate_result(test, result):
515
elif ok == FAILED:
516
bad.append(test)
517
elif ok == ENV_CHANGED:
518
- bad.append(test)
519
environment_changed.append(test)
520
elif ok == SKIPPED:
521
skipped.append(test)
0 commit comments