From f9336158330f2987db2c132ea22cbda5a94a7c68 Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 13 May 2018 17:34:42 +0300 Subject: DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs --- numpy/lib/tests/test_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/tests/test_format.py') diff --git a/numpy/lib/tests/test_format.py b/numpy/lib/tests/test_format.py index 38a9b8000..fd227595a 100644 --- a/numpy/lib/tests/test_format.py +++ b/numpy/lib/tests/test_format.py @@ -479,7 +479,7 @@ def test_long_str(): @pytest.mark.slow def test_memmap_roundtrip(): - # Fixme: test crashes nose on windows. + # Fixme: used to crash on windows if not (sys.platform == 'win32' or sys.platform == 'cygwin'): for arr in basic_arrays + record_arrays: if arr.dtype.hasobject: -- cgit v1.2.1