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 3f06ee3 commit faa98afCopy full SHA for faa98af
test/test_doc_features.py
@@ -436,6 +436,7 @@ def abstract_method(self):
436
pc = PyConcrete4()
437
assert call_abstract_method(pc) == "Hello, Python World! (4)"
438
439
+ @mark.xfail(condition=((IS_MAC_X86 or IS_MAC_ARM) and IS_CLANG_REPL), reason="Fails on OSX with Clang-REPL")
440
def test_multi_x_inheritance(self):
441
"""Multiple cross-inheritance"""
442
0 commit comments