Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79575b2

Browse files
committed
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.
1 parent 6efa50a commit 79575b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_gprof(self):
124124

125125
# Run the tests in Tools/parser/test_unparse.py
126126
with support.DirsOnSysPath(os.path.join(basepath, 'parser')):
127-
from test_unparse import UnparseTestCase, DirectoryTestCase
127+
from test_unparse import UnparseTestCase
128128

129129

130130
def test_main():

0 commit comments

Comments
 (0)