diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-12 19:15:02 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-12 19:15:02 -0500 |
commit | b40a80570713461f20a3728cd75db404e99d9a3c (patch) | |
tree | c550f93c6f23b8c827042d493fffcb3f72790ab3 /metacov.ini | |
parent | b471e55a92718fa4711c040edc88308d5101fc86 (diff) | |
download | python-coveragepy-git-b40a80570713461f20a3728cd75db404e99d9a3c.tar.gz |
test: we were mistakenly excluding tests that couldn't run on Jython
Diffstat (limited to 'metacov.ini')
-rw-r--r-- | metacov.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/metacov.ini b/metacov.ini index fa6887e2..709c9fa6 100644 --- a/metacov.ini +++ b/metacov.ini @@ -67,7 +67,6 @@ exclude_lines = # Jython needs special care. pragma: only jython - skip.*Jython if env.JYTHON # IronPython isn't included in metacoverage. |