mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
this was supposed to die
This commit is contained in:
parent
5037677170
commit
72949bd511
2 changed files with 2 additions and 16 deletions
|
@ -28,8 +28,8 @@ class CompilerTest(unittest.TestCase):
|
|||
libdir = os.path.dirname(os.__file__)
|
||||
testdir = os.path.dirname(test.test_support.__file__)
|
||||
|
||||
for dir in [libdir, testdir]:
|
||||
for basename in os.listdir(dir):
|
||||
for dir in [testdir]:
|
||||
for basename in "test_os.py",:
|
||||
# Print still working message since this test can be really slow
|
||||
if next_time <= time.time():
|
||||
next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue