Skip to content

Commit e30d7eb

Browse files
committed
Enable HPy test test_directly_setting_hpy_tpflags_internal_pure_raises
1 parent 17cb6f7 commit e30d7eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ class Sub(mod.Dummy):
791791
pass
792792
assert isinstance(Sub(), mod.Dummy)
793793

794-
@pytest.mark.xfail
795794
def test_directly_setting_hpy_tpflags_internal_pure_raises(self):
796795
import pytest
797796
mod_src = """

0 commit comments

Comments
 (0)