summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2021-01-22 08:45:21 +0200
committermattip <matti.picus@gmail.com>2021-01-22 08:45:21 +0200
commit518edc70744faa0bd1443c9f9ce76a1c01d7749e (patch)
tree5b575c2789569ce93cea021b5d037c4be53067b7
parent33273e4ae770cac1ee0cb304ad5a0056bb59ad56 (diff)
downloadnumpy-518edc70744faa0bd1443c9f9ce76a1c01d7749e.tar.gz
TST: raise memory limit for test
-rw-r--r--numpy/lib/tests/test_io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py
index aa4499764..a823b12a2 100644
--- a/numpy/lib/tests/test_io.py
+++ b/numpy/lib/tests/test_io.py
@@ -574,7 +574,7 @@ class TestSaveTxt:
@pytest.mark.skipif(sys.platform=='win32', reason="files>4GB may not work")
@pytest.mark.slow
- @requires_memory(free_bytes=7e9)
+ @requires_memory(free_bytes=8e9)
def test_large_zip(self):
def check_large_zip(memoryerror_raised):
memoryerror_raised.value = False