From d5e834c27092014f6b91d35b8232bab96c1ec6a1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 6 Feb 2021 17:29:19 -0500 Subject: test: these tests can run during metacov I forget why I thought they couldn't run during meta-coverage. --- tests/test_process.py | 1 - 1 file changed, 1 deletion(-) 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 ): -- cgit v1.2.1