summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-02 11:28:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-02 11:28:42 -0500
commit12c5fcd57fd1cce3bc3563732f5502f5e943c0e0 (patch)
tree1ade802d815ae1cf0f1961fd4612c4af19be05a0
parent40990ace4c08969f3d598399ffb5e2fac54ade66 (diff)
downloadpython-coveragepy-git-12c5fcd57fd1cce3bc3563732f5502f5e943c0e0.tar.gz
This test doesn't work on Mac either.
-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 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):