Skip to content

Commit e1928f1

Browse files
committed
Disable parallel execution for test_import
1 parent 0aa7b7b commit e1928f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python.test/src/graalpytest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
# test_compileall tries to recompile the whole PYTHONPATH, which makes it interfere with any test that
5555
# creates temporary py files
5656
'test_compileall',
57+
# test_import tests various behaviors related to __pycache__ directory,
58+
# it can interfere with other tests that generate code
59+
'test_import',
5760
]
5861

5962

0 commit comments

Comments
 (0)