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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_execfile.py b/tests/test_execfile.py
index 9c8b9233..6d316700 100644
--- a/tests/test_execfile.py
+++ b/tests/test_execfile.py
@@ -242,7 +242,6 @@ class RunPycFileTest(CoverageTest):
# In some environments, the pycfile persists and pollutes another test.
os.remove(pycfile)
- @pytest.mark.skipif(not env.PYBEHAVIOR.hashed_pyc_pep552, reason="No hashed .pyc here")
def test_running_hashed_pyc(self):
pycfile = self.make_pyc(invalidation_mode=py_compile.PycInvalidationMode.CHECKED_HASH)
run_python_file([pycfile])