summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-01-15 11:05:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-01-15 11:05:53 -0500
commit2e3428fa02082c982409b1bf8db1bb9523aac7f4 (patch)
tree9d244f208d152634034b620e6ad0568eb6975678 /tests
parent085bddbe76aa1ac914d34adc7e3ead28b102d117 (diff)
downloadpython-coveragepy-2e3428fa02082c982409b1bf8db1bb9523aac7f4.tar.gz
Fine-tune the pypy3 5.10.0 json bug
Diffstat (limited to 'tests')
-rw-r--r--tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 8bf6c11..2d4e72f 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -552,7 +552,7 @@ class ProcessTest(CoverageTest):
self.assertIn("Trace function changed", out)
def test_note(self):
- if env.PYPY and env.PYPYVERSION[:2] == (5, 10):
+ if env.PYPY and env.PY3 and env.PYPYVERSION[:3] == (5, 10, 0):
# https://bitbucket.org/pypy/pypy/issues/2729/pypy3-510-incorrectly-decodes-astral-plane
self.skipTest("Avoid incorrect decoding astral plane JSON chars")
self.make_file(".coveragerc", """\