Skip to content

Commit 492b68a

Browse files
committed
skip tests for which the backport is too much work
1 parent aee3657 commit 492b68a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_imp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def test_issue9319(self):
202202
self.assertRaises(SyntaxError,
203203
imp.find_module, "badsyntax_pep3120", [path])
204204

205+
@support.impl_detail("frozen modules backported to 3.8.5 makes this test fail", graalvm=False)
205206
def test_load_from_source(self):
206207
# Verify that the imp module can correctly load and find .py files
207208
# XXX (ncoghlan): It would be nice to use support.CleanImport

0 commit comments

Comments
 (0)