We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6d2b8 commit 1371b5fCopy full SHA for 1371b5f
graalpython/lib-graalpython/modules/hpy/test/test_hpytype.py
@@ -715,7 +715,6 @@ def test_HPyDef_SET(self):
715
p.z = 1075
716
assert p.y == 5
717
718
- @pytest.mark.skip
719
def test_specparam_base(self):
720
mod = self.make_module("""
721
static HPyType_Spec Dummy_spec = {
@@ -752,7 +751,6 @@ class Sub(mod.Dummy):
752
751
pass
753
assert isinstance(Sub(), mod.Dummy)
754
755
756
def test_specparam_basestuple(self):
757
758
0 commit comments