Skip to content

Commit 1371b5f

Browse files
committed
Enable HPy tests test_specparam_(base|basestuple)
1 parent ae6d2b8 commit 1371b5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ def test_HPyDef_SET(self):
715715
p.z = 1075
716716
assert p.y == 5
717717

718-
@pytest.mark.skip
719718
def test_specparam_base(self):
720719
mod = self.make_module("""
721720
static HPyType_Spec Dummy_spec = {
@@ -752,7 +751,6 @@ class Sub(mod.Dummy):
752751
pass
753752
assert isinstance(Sub(), mod.Dummy)
754753

755-
@pytest.mark.skip
756754
def test_specparam_basestuple(self):
757755
mod = self.make_module("""
758756
static HPyType_Spec Dummy_spec = {

0 commit comments

Comments
 (0)