summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_format.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2016-05-16 09:39:10 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2016-05-16 09:39:10 +0200
commit18b21329dbb32a7f34377a8c590eb1745132c635 (patch)
tree20f4a175c35c9719f584716e843266bf372f0902 /numpy/lib/tests/test_format.py
parent294a7b894230845ea325b7dd5d45a1aff93121c8 (diff)
downloadnumpy-18b21329dbb32a7f34377a8c590eb1745132c635.tar.gz
TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5x
Diffstat (limited to 'numpy/lib/tests/test_format.py')
-rw-r--r--numpy/lib/tests/test_format.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/tests/test_format.py b/numpy/lib/tests/test_format.py
index ee845fc95..892b32a9c 100644
--- a/numpy/lib/tests/test_format.py
+++ b/numpy/lib/tests/test_format.py
@@ -635,6 +635,7 @@ def test_version_2_0():
assert_raises(ValueError, format.write_array, f, d, (1, 0))
+@dec.slow
def test_version_2_0_memmap():
# requires more than 2 byte for header
dt = [(("%d" % i) * 100, float) for i in range(500)]