We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c650ffc commit 5d08514Copy full SHA for 5d08514
tests/test_mpz.py
@@ -364,7 +364,7 @@ def test_pickle(protocol, x):
364
365
366
@pytest.mark.skipif(platform.python_implementation() == 'PyPy',
367
- reason="FIXME: how to do this on PyPy?")
+ reason="FIXME: https://github.com/pypy/pypy/issues/5147")
368
def test_outofmemory():
369
resource.setrlimit(resource.RLIMIT_AS, (1024*32*1024, -1))
370
total = 20
0 commit comments