[Python-checkins] cpython: Temporary disable tests cleanup (issue 11798).

andrew.svetlov python-checkins at python.org
Sat Aug 31 19:55:42 CEST 2013


http://hg.python.org/cpython/rev/868ad6fa8e68
changeset:   85474:868ad6fa8e68
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Sat Aug 31 20:55:25 2013 +0300
summary:
  Temporary disable tests cleanup (issue 11798).

files:
  Lib/unittest/suite.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/unittest/suite.py b/Lib/unittest/suite.py
--- 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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list