We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa7b7b commit e1928f1Copy full SHA for e1928f1
graalpython/com.oracle.graal.python.test/src/graalpytest.py
@@ -54,6 +54,9 @@
54
# test_compileall tries to recompile the whole PYTHONPATH, which makes it interfere with any test that
55
# creates temporary py files
56
'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',
60
]
61
62
0 commit comments