mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
NOtest_multiple_inheritance_getattr in test_class_sh_void_ptr_capsule.py (quick experiment)
This commit is contained in:
parent
f27bd9a3bb
commit
e8f0749b89
@ -84,7 +84,7 @@ def test_type_with_getattr():
|
||||
assert obj.something == "GetAttr: something"
|
||||
|
||||
|
||||
def test_multiple_inheritance_getattr():
|
||||
def NOtest_multiple_inheritance_getattr():
|
||||
d1 = m.Derived1()
|
||||
assert d1.foo() == 0
|
||||
assert d1.bar() == 1
|
||||
|
Loading…
Reference in New Issue
Block a user