Skip to content

Commit 25ee95f

Browse files
committed
This test is picky about platforms
1 parent bf47990 commit 25ee95f

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 ((7, 1, 1) <= env.PYPYVERSION < (7, 3)),
746+
env.PYPY3 and (env.PYPYVERSION >= (7, 1, 1)) and env.LINUX,
747747
"https://bitbucket.org/pypy/pypy/issues/3074"
748748
)
749749
def test_lang_c(self):

0 commit comments

Comments
 (0)