summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_summary.py')
-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 8a59a7ed..ab6414af 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -731,7 +731,7 @@ class SummaryTest(UsingModulesMixin, CoverageTest):
def test_missing_py_file_during_run(self):
# PyPy2 doesn't run bare .pyc files.
- if env.PYPY and env.PY2:
+ if env.PYPY2:
self.skipTest("PyPy2 doesn't run bare .pyc files")
# Create two Python files.