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 1ed78a9 commit 504c481Copy full SHA for 504c481
metacov.ini
@@ -55,7 +55,7 @@ exclude_lines =
55
56
# Lines that we can't run during metacov.
57
pytest.mark.skipif\(env.METACOV
58
- if not env.METACOV:
+ if(.* and)? not env.METACOV:
59
60
# These lines only happen if tests fail.
61
raise AssertionError
0 commit comments