Skip to content

Commit d1d0e43

Browse files
committed
Ignore HPy test test_legacy_inherits_from_pure_raises for now
1 parent 3973bdb commit d1d0e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/modules/hpy/test/test_hpytype_legacy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def test_legacy_methods(self):
103103
assert mod.h(4, 5, 6) == 456
104104
assert mod.k(c=6, b=5, a=4) == 456
105105

106+
@pytest.mark.xfail
106107
def test_legacy_inherits_from_pure_raises(self):
107108
import pytest
108109
mod_src = """

0 commit comments

Comments
 (0)