From 12c5fcd57fd1cce3bc3563732f5502f5e943c0e0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 2 Jan 2021 11:28:42 -0500 Subject: This test doesn't work on Mac either. --- 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 249beb00..52255ac2 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -743,7 +743,7 @@ class ProcessTest(CoverageTest): self.assertGreater(line_counts(data)['os.py'], 50) @xfail( - env.PYPY3 and (env.PYPYVERSION >= (7, 1, 1)) and env.LINUX, + env.PYPY3 and (env.PYPYVERSION >= (7, 1, 1)), "https://bitbucket.org/pypy/pypy/issues/3074" ) def test_lang_c(self): -- cgit v1.2.1