fixup: mark mro test reformatt

This commit is contained in:
Ronny Pfannschmidt 2022-10-08 08:35:53 +02:00
parent 13e594a314
commit c42bb36009
1 changed files with 1 additions and 1 deletions

View File

@ -1132,4 +1132,4 @@ def test_mark_mro():
assert all_marks == [xfail("c").mark, xfail("a").mark, xfail("b").mark]
assert get_unpacked_marks(C, consider_mro=False) == [pytest.mark.xfail("c").mark]
assert get_unpacked_marks(C, consider_mro=False) == [xfail("c").mark]