summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-16 08:15:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-16 08:15:25 -0500
commitc00a96412f2d8a425fb07b2a23dde76e10554137 (patch)
tree763c1c3efd1129fedfa62b182ad8739ef9c2c9a9 /tests/test_arcs.py
parent9fe048aab56d8dd4b856127f2734f6f159e18f41 (diff)
downloadpython-coveragepy-git-c00a96412f2d8a425fb07b2a23dde76e10554137.tar.gz
A cleaner way to exclude Jython concerns from meta-coverage.
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index efd8d706..505cab73 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -1102,7 +1102,7 @@ class MiscArcTest(CoverageTest):
def test_pathologically_long_code_object(self):
if env.JYTHON:
- self.skipTest("Bytecode concerns are irrelevant on Jython") # pragma: only jython
+ self.skipTest("Bytecode concerns are irrelevant on Jython")
# https://bitbucket.org/ned/coveragepy/issue/359
# The structure of this file is such that an EXTENDED_ARG bytecode is