python nibabel: disable additional test
This commit is contained in:
parent
8d42da8015
commit
8815ce040e
|
@ -9244,15 +9244,16 @@ let
|
||||||
modules.sqlite3
|
modules.sqlite3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
# Test does not work on Py3k because it calls 'python'.
|
# Test does not work on Py3k because it calls 'python'.
|
||||||
# https://github.com/nipy/nibabel/issues/341
|
# https://github.com/nipy/nibabel/issues/341
|
||||||
|
rm nisext/tests/test_testers.py
|
||||||
# Test fails with numpy 1.10.1: ERROR: nibabel.tests.test_proxy_api.TestPARRECAPI.test_proxy_slicing
|
# 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
|
# See https://github.com/nipy/nibabel/pull/358
|
||||||
# and https://github.com/numpy/numpy/issues/6491
|
# and https://github.com/numpy/numpy/issues/6491
|
||||||
preCheck = ''
|
|
||||||
rm nisext/tests/test_testers.py
|
|
||||||
rm nibabel/tests/test_proxy_api.py
|
rm nibabel/tests/test_proxy_api.py
|
||||||
|
# https://github.com/nipy/nibabel/issues/366
|
||||||
|
rm nisext/tests/test_doctest_markup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue