Skip to content

Commit 048885c

Browse files
committed
test_code: tag skipped test with impl_detail
1 parent f8258df commit 048885c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
except ImportError:
137137
ctypes = None
138138
from test.support import (run_doctest, run_unittest, cpython_only,
139-
check_impl_detail)
139+
check_impl_detail, impl_detail)
140140

141141

142142
def consts(t):
@@ -319,7 +319,7 @@ def test_interned_string_with_null(self):
319319

320320
class CodeWeakRefTest(unittest.TestCase):
321321

322-
@cpython_only
322+
@impl_detail("refcounting", graalvm=False)
323323
def test_basic(self):
324324
# Create a code object in a clean environment so that we know we have
325325
# the only reference to it left.

0 commit comments

Comments
 (0)