diff options
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |