From e8f0749b895ad941221316a5fa43d873a2b00397 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 7 Apr 2023 22:24:22 -0700 Subject: [PATCH] NOtest_multiple_inheritance_getattr in test_class_sh_void_ptr_capsule.py (quick experiment) --- tests/test_class_sh_void_ptr_capsule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_class_sh_void_ptr_capsule.py b/tests/test_class_sh_void_ptr_capsule.py index 7c9824d86..5dcdbb20a 100644 --- a/tests/test_class_sh_void_ptr_capsule.py +++ b/tests/test_class_sh_void_ptr_capsule.py @@ -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