Commit 79575b21 authored by Mark Dickinson's avatar Mark Dickinson

Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools...

Issue #14742:  Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.
parent 6efa50a3
......@@ -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():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment