Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.

This commit is contained in:
Mark Dickinson 2012-05-07 22:36:43 +01:00
parent 6efa50a384
commit 79575b210f
1 changed files with 1 additions and 1 deletions

View 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():