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

Skip to content

Commit 59360aa

Browse files
author
Tim Peters
committed
Back out 868ad6fa8e68 - it left all the buildbots failing.
Unclear to me why it was pushed to begin with. See issue 11798. Perhaps it's because regrtest with -R was failing? Fine, but that's better than regrtest _always_ failing ;-)
1 parent 6c3c1cc commit 59360aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/unittest/suite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def run(self, result):
6666

6767
def _removeTestAtIndex(self, index):
6868
"""Stop holding a reference to the TestCase at index."""
69-
return
7069
try:
7170
self._tests[index] = None
7271
except TypeError:

0 commit comments

Comments
 (0)