summaryrefslogtreecommitdiff
path: root/tests/test_execfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_execfile.py')
-rw-r--r--tests/test_execfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_execfile.py b/tests/test_execfile.py
index d221f2d3..3cdd1ed9 100644
--- a/tests/test_execfile.py
+++ b/tests/test_execfile.py
@@ -110,7 +110,7 @@ class RunPycFileTest(CoverageTest):
def make_pyc(self): # pylint: disable=inconsistent-return-statements
"""Create a .pyc file, and return the path to it."""
if env.JYTHON:
- self.skipTest("Can't make .pyc files on Jython")
+ pytest.skip("Can't make .pyc files on Jython")
self.make_file("compiled.py", """\
def doit():