Skip to content

Commit 5b6fd70

Browse files
committed
should only test cpython
1 parent 7b3b283 commit 5b6fd70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_struct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ def test_error_msg(prefix, int_type, is_unsigned):
756756
int_type = 'n'
757757
test_error_msg('@', int_type, False)
758758

759+
@support.cpython_only
759760
def test_issue98248_error_propagation(self):
760761
class Div0:
761762
def __index__(self):

0 commit comments

Comments
 (0)