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 aee3657 commit 492b68aCopy full SHA for 492b68a
graalpython/lib-python/3/test/test_imp.py
@@ -202,6 +202,7 @@ def test_issue9319(self):
202
self.assertRaises(SyntaxError,
203
imp.find_module, "badsyntax_pep3120", [path])
204
205
+ @support.impl_detail("frozen modules backported to 3.8.5 makes this test fail", graalvm=False)
206
def test_load_from_source(self):
207
# Verify that the imp module can correctly load and find .py files
208
# XXX (ncoghlan): It would be nice to use support.CleanImport
0 commit comments