summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 30185eaf..b9db6c4c 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -1336,7 +1336,7 @@ class ProcessStartupWithSourceTest(ProcessCoverageMixin, CoverageTest):
"""
if env.METACOV:
- self.skipTest("Can't test sub-process pth file suppport during metacoverage")
+ self.skipTest("Can't test sub-process pth file support during metacoverage")
def fullname(modname):
"""What is the full module name for `modname` for this test?"""