diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-07-13 23:29:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 23:29:15 -0500 |
commit | b047f387d2424bd2134db6005190311b15a84ac2 (patch) | |
tree | aa8d6ee9fe2a3a3f991d66cb1d681881f8ff5604 /numpy/lib/tests/test_format.py | |
parent | 7cefc09eb240124e355625610dc94bcdb18427a0 (diff) | |
parent | f9336158330f2987db2c132ea22cbda5a94a7c68 (diff) | |
download | numpy-b047f387d2424bd2134db6005190311b15a84ac2.tar.gz |
Merge pull request #11084 from mattip/test-documentation
DOC: link to TESTS.rst.txt testing guidelines document, tweaks
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: |