mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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 ;-)
This commit is contained in:
parent
6c3c1ccd1b
commit
59360aadd3
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class BaseTestSuite(object):
|
||||||
|
|
||||||
def _removeTestAtIndex(self, index):
|
def _removeTestAtIndex(self, index):
|
||||||
"""Stop holding a reference to the TestCase at index."""
|
"""Stop holding a reference to the TestCase at index."""
|
||||||
return
|
|
||||||
try:
|
try:
|
||||||
self._tests[index] = None
|
self._tests[index] = None
|
||||||
except TypeError:
|
except TypeError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue