From e5f0d09a969ec9124e5fc7a9a82aa97cffc2afbb 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(-) (limited to 'tests') diff --git a/tests/test_process.py b/tests/test_process.py index 8bf6c11b..2d4e72f0 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