]> granicus.if.org Git - python/commitdiff
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until...
authorMark Dickinson <mdickinson@enthought.com>
Mon, 7 May 2012 21:36:43 +0000 (22:36 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Mon, 7 May 2012 21:36:43 +0000 (22:36 +0100)
Lib/test/test_tools.py

index 87a1ec8e6a3b68db9ceba9bc17a216d287e1b3d6..bc2672d863ca931c73af3408f548f2cde5bea11b 100644 (file)
@@ -124,7 +124,7 @@ class Gprof2htmlTests(unittest.TestCase):
 
 # Run the tests in Tools/parser/test_unparse.py
 with support.DirsOnSysPath(os.path.join(basepath, 'parser')):
-    from test_unparse import UnparseTestCase, DirectoryTestCase
+    from test_unparse import UnparseTestCase
 
 
 def test_main():