From 354f148ba5f68d2006a896d386034797f733f0fd Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Tue, 30 Aug 2016 18:37:36 +0200 Subject: [PATCH] pythonPackages.jupyter: no tests --- pkgs/top-level/python-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index e8ddd060560..4f4a7be8e6d 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -7309,6 +7309,9 @@ in modules // { ipywidgets ]; + # Meta-package, no tests + doCheck = false; + meta = { description = "Installs all the Jupyter components in one go"; homepage = "http://jupyter.org/";