From 2e3428fa02082c982409b1bf8db1bb9523aac7f4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 15 Jan 2018 11:05:53 -0500 Subject: Fine-tune the pypy3 5.10.0 json bug --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", """\ -- cgit v1.2.1