Skip to content

Commit e8f0749

Browse files
committed
NOtest_multiple_inheritance_getattr in test_class_sh_void_ptr_capsule.py (quick experiment)
1 parent f27bd9a commit e8f0749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class_sh_void_ptr_capsule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_type_with_getattr():
8484
assert obj.something == "GetAttr: something"
8585

8686

87-
def test_multiple_inheritance_getattr():
87+
def NOtest_multiple_inheritance_getattr():
8888
d1 = m.Derived1()
8989
assert d1.foo() == 0
9090
assert d1.bar() == 1

0 commit comments

Comments
 (0)