From 8d1241bf1bdef27a0e5d6c7615e54ba2d0079d6e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 10 Dec 2012 07:30:40 -0500 Subject: If we're going to skip the test during meta-coverage, then it won't be covered. --- test/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_process.py b/test/test_process.py index cfc5a92..6d1e1fd 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" -- cgit v1.2.1