summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_summary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py
index 53ecc9d6..b661819f 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -786,4 +786,4 @@ class TestSummaryReporterConfiguration(CoverageTest):
# it's caught by the assertRaisesRegex, but the message is
# wrong. By catching SkipTest, and raising SkipTest, we get
# the behavior we wanted.
- self.skipTest("No, really, skip...")
+ self.skipTest("No, really, skip...") # pragma: only jython