python2Packages.ipyparallel: disable

Only >=3.5 is supported.
This commit is contained in:
Frederik Rietdijk 2020-05-10 09:31:52 +02:00
parent c2bafaeaaa
commit 1247c0dfce

View file

@ -31,6 +31,8 @@ buildPythonPackage rec {
# Requires access to cluster
doCheck = false;
disabled = !isPy3k;
meta = {
description = "Interactive Parallel Computing with IPython";
homepage = "http://ipython.org/";