From: Mark Dickinson Date: Mon, 7 May 2012 21:36:43 +0000 (+0100) Subject: Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until... X-Git-Tag: v3.3.0a4~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79575b210fd5ae49b09f1cbc3278fd8655c81ba5;p=python Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up. --- diff --git a/Lib/test/test_tools.py b/Lib/test/test_tools.py index 87a1ec8e6a..bc2672d863 100644 --- a/Lib/test/test_tools.py +++ b/Lib/test/test_tools.py @@ -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():