mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
python nibabel: remove failing test 1.10.1
This commit is contained in:
parent
31f0478c46
commit
d1975ca95f
@ -9143,8 +9143,13 @@ let
|
||||
|
||||
# Test does not work on Py3k because it calls 'python'.
|
||||
# https://github.com/nipy/nibabel/issues/341
|
||||
|
||||
# Test fails with numpy 1.10.1: ERROR: nibabel.tests.test_proxy_api.TestPARRECAPI.test_proxy_slicing
|
||||
# See https://github.com/nipy/nibabel/pull/358
|
||||
# and https://github.com/numpy/numpy/issues/6491
|
||||
preCheck = ''
|
||||
rm nisext/tests/test_testers.py
|
||||
rm nibabel/tests/test_proxy_api.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user