Skip to content

Commit 5d08514

Browse files
committed
Add PyPy issue
1 parent c650ffc commit 5d08514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mpz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def test_pickle(protocol, x):
364364

365365

366366
@pytest.mark.skipif(platform.python_implementation() == 'PyPy',
367-
reason="FIXME: how to do this on PyPy?")
367+
reason="FIXME: https://github.com/pypy/pypy/issues/5147")
368368
def test_outofmemory():
369369
resource.setrlimit(resource.RLIMIT_AS, (1024*32*1024, -1))
370370
total = 20

0 commit comments

Comments
 (0)