python.pkgs.blaze: 0.11.0 -> 0.11.3
This commit is contained in:
parent
24d3457606
commit
33d1236900
@ -25,12 +25,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "blaze";
|
||||
version = "0.11.0";
|
||||
name = "${pname}-${version}";
|
||||
version = "0.11.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/blaze/blaze/archive/${version}.tar.gz";
|
||||
sha256 = "07zrrxkmdqk84xvdmp29859zcfzlpx5pz6g62l28nqp6n6a7yq9a";
|
||||
sha256 = "075gqc9d7g284z4nfwv5zbq99ln22w25l4lcndjg3v10kmsjadww";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
@ -56,13 +55,8 @@ buildPythonPackage rec {
|
||||
toolz
|
||||
];
|
||||
|
||||
# Failing test
|
||||
# ERROR collecting blaze/tests/test_interactive.py
|
||||
# E networkx.exception.NetworkXNoPath: node <class 'list'> not
|
||||
# reachable from <class 'dask.array.core.Array'>
|
||||
doCheck = false;
|
||||
|
||||
checkPhase = ''
|
||||
rm pytest.ini # Not interested in coverage
|
||||
py.test blaze/tests
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user