Skip to content

Commit 12c5fcd

Browse files
committed
This test doesn't work on Mac either.
1 parent 40990ac commit 12c5fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def test_fullcoverage(self): # pragma: no metacov
743743
self.assertGreater(line_counts(data)['os.py'], 50)
744744

745745
@xfail(
746-
env.PYPY3 and (env.PYPYVERSION >= (7, 1, 1)) and env.LINUX,
746+
env.PYPY3 and (env.PYPYVERSION >= (7, 1, 1)),
747747
"https://bitbucket.org/pypy/pypy/issues/3074"
748748
)
749749
def test_lang_c(self):

0 commit comments

Comments
 (0)