summaryrefslogtreecommitdiff
path: root/test/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_process.py')
-rw-r--r--test/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py
index cfc5a926..6d1e1fd0 100644
--- a/test/test_process.py
+++ b/test/test_process.py
@@ -483,7 +483,7 @@ class ProcessStartupTest(CoverageTest):
# Clean up the .pth file we made.
os.remove(self.pth_path)
- def test_subprocess_with_pth_files(self):
+ def test_subprocess_with_pth_files(self): # pragma: not covered
if os.environ.get('COVERAGE_COVERAGE', ''):
raise SkipTest(
"Can't test subprocess pth file suppport during metacoverage"