diff options
-rw-r--r-- | tests/test_process.py | 1 |
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 ): |