diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-28 09:02:01 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-28 09:02:01 -0500 |
commit | b12f189e8ed34b31438b8cca19133b74f7d67f90 (patch) | |
tree | c2cab89c75fa42010a81ec5db4ed7b7d559ba223 /metacov.ini | |
parent | fd78a6d8135b448235bdfdc61b5d6f41367f537f (diff) | |
download | python-coveragepy-git-b12f189e8ed34b31438b8cca19133b74f7d67f90.tar.gz |
test: fix a few metacov exclusions
Diffstat (limited to 'metacov.ini')
-rw-r--r-- | metacov.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metacov.ini b/metacov.ini index 7045338e..47ed3134 100644 --- a/metacov.ini +++ b/metacov.ini @@ -50,6 +50,7 @@ exclude_lines = # Lines that we can't run during metacov. pragma: no metacov pytest.mark.skipif\(env.METACOV + if not env.METACOV: # These lines only happen if tests fail. raise AssertionError @@ -74,7 +75,6 @@ partial_branches = pragma: if failure pragma: part started if env.TESTING: - if not env.METACOV if .* env.JYTHON if .* env.IRONPYTHON |