Skip to content

Commit 5476f46

Browse files
committed
skip ast module test in test_compile
1 parent 55548b6 commit 5476f46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import tempfile
88
import types
99
from test import support
10-
from test.support import script_helper, FakePath
10+
from test.support import script_helper, FakePath, impl_detail
1111

1212
class TestSpecifics(unittest.TestCase):
1313

@@ -421,6 +421,7 @@ def f():
421421
self.assertIn("_A__mangled_mod", A.f.__code__.co_varnames)
422422
self.assertIn("__package__", A.f.__code__.co_varnames)
423423

424+
@impl_detail("ast module", graalvm=False)
424425
def test_compile_ast(self):
425426
fname = __file__
426427
if fname.lower().endswith('pyc'):

0 commit comments

Comments
 (0)