python nibabel: disable additional test
This commit is contained in:
parent
8d42da8015
commit
8815ce040e
@ -9244,15 +9244,16 @@ let
|
|||||||
modules.sqlite3
|
modules.sqlite3
|
||||||
];
|
];
|
||||||
|
|
||||||
# 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 = ''
|
preCheck = ''
|
||||||
|
# Test does not work on Py3k because it calls 'python'.
|
||||||
|
# https://github.com/nipy/nibabel/issues/341
|
||||||
rm nisext/tests/test_testers.py
|
rm nisext/tests/test_testers.py
|
||||||
|
# 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
|
||||||
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 = {
|
||||||
@ -9268,7 +9269,7 @@ let
|
|||||||
|
|
||||||
# Uses python 2 print. Master seems to be Py3 compatible.
|
# Uses python 2 print. Master seems to be Py3 compatible.
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/n/nipype/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/n/nipype/${name}.tar.gz";
|
||||||
md5 = "480013709633a6d292e2ef668443e0c9";
|
md5 = "480013709633a6d292e2ef668443e0c9";
|
||||||
@ -13635,7 +13636,7 @@ let
|
|||||||
homepage = http://scikit-learn.org;
|
homepage = http://scikit-learn.org;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fridh ];
|
maintainers = with maintainers; [ fridh ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
scripttest = buildPythonPackage rec {
|
scripttest = buildPythonPackage rec {
|
||||||
@ -18216,10 +18217,10 @@ let
|
|||||||
version = "1.10";
|
version = "1.10";
|
||||||
name = "networkx-${version}";
|
name = "networkx-${version}";
|
||||||
|
|
||||||
# Currently broken on PyPy.
|
# Currently broken on PyPy.
|
||||||
# https://github.com/networkx/networkx/pull/1361
|
# https://github.com/networkx/networkx/pull/1361
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/n/networkx/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/n/networkx/${name}.tar.gz";
|
||||||
sha256 = "ced4095ab83b7451cec1172183eff419ed32e21397ea4e1971d92a5808ed6fb8";
|
sha256 = "ced4095ab83b7451cec1172183eff419ed32e21397ea4e1971d92a5808ed6fb8";
|
||||||
|
Loading…
Reference in New Issue
Block a user