Skip to content

Commit 58cdc7c

Browse files
committed
Disable test relying on _testcapi
1 parent 6d2b16c commit 58cdc7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ def test_float_specials_do_unpack(self):
635635
('<f', LE_FLOAT_NAN)]:
636636
struct.unpack(fmt, data)
637637

638+
@support.impl_detail(graalvm=False)
638639
@support.requires_IEEE_754
639640
def test_serialized_float_rounding(self):
640641
from _testcapi import FLT_MAX

0 commit comments

Comments
 (0)