diff options
author | mattip <matti.picus@gmail.com> | 2018-05-13 17:34:42 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-06-25 14:32:50 -0700 |
commit | f9336158330f2987db2c132ea22cbda5a94a7c68 (patch) | |
tree | 346370edd71cc18f2f29538e96a30a8f6808db74 /numpy/lib/tests/test_format.py | |
parent | 464f79eb1d05bf938d16b49da1c39a4e02506fa3 (diff) | |
download | numpy-f9336158330f2987db2c132ea22cbda5a94a7c68.tar.gz |
DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs
Diffstat (limited to 'numpy/lib/tests/test_format.py')
-rw-r--r-- | numpy/lib/tests/test_format.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |