commit | a41213726b56df97e63572d038ffb451c461657c | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Aug 31 20:55:25 2013 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Aug 31 20:55:25 2013 +0300 |
tree | 894fef64876400aff9690a39113eff9ff1151433 | |
parent | fb13721b1b48b814dd8efbececfbb1e6c52c1c5d [diff] |
Temporary disable tests cleanup (issue 11798).
diff --git a/Lib/unittest/suite.py b/Lib/unittest/suite.py index 176af57..e7b8b4a 100644 --- a/Lib/unittest/suite.py +++ b/Lib/unittest/suite.py
@@ -66,6 +66,7 @@ def _removeTestAtIndex(self, index): """Stop holding a reference to the TestCase at index.""" + return try: self._tests[index] = None except TypeError: