diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-16 08:15:25 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-16 08:15:25 -0500 |
| commit | ed3827907f5b82ccf6465edddac737a1d9177ba3 (patch) | |
| tree | c5c86d88cb675fd7ee40d2d6d2ea66fd037d41b3 /tests/test_execfile.py | |
| parent | 3c96468c4f4192e4fe002b9b069d1fdd7e96955a (diff) | |
| download | python-coveragepy-ed3827907f5b82ccf6465edddac737a1d9177ba3.tar.gz | |
A cleaner way to exclude Jython concerns from meta-coverage.
Diffstat (limited to 'tests/test_execfile.py')
| -rw-r--r-- | tests/test_execfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_execfile.py b/tests/test_execfile.py index 6973022..92bd26d 100644 --- a/tests/test_execfile.py +++ b/tests/test_execfile.py @@ -104,7 +104,7 @@ class RunPycFileTest(CoverageTest): def make_pyc(self): """Create a .pyc file, and return the relative path to it.""" if env.JYTHON: - self.skipTest("Can't make .pyc files on Jython") # pragma: only jython + self.skipTest("Can't make .pyc files on Jython") self.make_file("compiled.py", """\ def doit(): |
