mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +00:00
Temporary disable tests cleanup (issue 11798).
This commit is contained in:
parent
fb13721b1b
commit
a41213726b
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ 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