pythonPackages.ipyparallel: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 14:27:46 +01:00
parent 85a3f52e10
commit 446a99b9d5

View file

@ -9856,8 +9856,13 @@ in modules // {
sha256 = "c943f6b3bbabb9332336d15474969e2a7a73d5b583f9786f7b357c75e4b1709a";
};
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ipython_genutils decorator pyzmq ipython jupyter_client ipykernel];
# Requires access to cluster
doCheck = false;
meta = {
description = "Interactive Parallel Computing with IPython";
homepage = http://ipython.org/;