Skip to content

Commit

Permalink
This test doesn't work on Mac either.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 2, 2021
1 parent 40990ac commit 12c5fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def test_fullcoverage(self): # pragma: no metacov
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):
Expand Down

0 comments on commit 12c5fcd

Please sign in to comment.