mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.
This commit is contained in:
parent
6efa50a384
commit
79575b210f
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ def test_gprof(self):
|
|||
|
||||
# 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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue