Skip to content

Commit 67fff8e

Browse files
committed
test: exclude 'not env.METACOV' more forcefully
1 parent 1ed78a9 commit 67fff8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metacov.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ exclude_lines =
5555

5656
# Lines that we can't run during metacov.
5757
pytest.mark.skipif\(env.METACOV
58-
if not env.METACOV:
58+
if (.* and)? not env.METACOV:
5959

6060
# These lines only happen if tests fail.
6161
raise AssertionError

0 commit comments

Comments
 (0)