summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-02-06 17:29:19 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-02-06 17:29:19 -0500
commite880cb7294570e71aa4b007af162e8e645f0da15 (patch)
tree006a35641d3eb91f25175d0482a53fa368edf551 /tests/test_process.py
parent045e8d2bb9bcef4b67fb885c44c9e12c18ac8106 (diff)
downloadpython-coveragepy-git-e880cb7294570e71aa4b007af162e8e645f0da15.tar.gz
test: these tests can run during metacov
I forget why I thought they couldn't run during meta-coverage.
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 14e7213c..04a6ecde 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -1568,7 +1568,6 @@ class ProcessStartupWithSourceTest(ProcessCoverageMixin, CoverageTest):
"""
- @pytest.mark.skipif(env.METACOV, reason="Can't test sub-process pth file during metacoverage")
def assert_pth_and_source_work_together(
self, dashm, package, source
):