From 446a99b9d5c84abad513dbf2572f738179df5559 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 24 Jan 2016 14:27:46 +0100 Subject: [PATCH] pythonPackages.ipyparallel: disable tests --- pkgs/top-level/python-packages.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index f0ef1db45ed..cffee8679e0 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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/;