From ba4f29aee6c431254f1c6d3fb6f37b2e643127d2 Mon Sep 17 00:00:00 2001 From: Remy Goldschmidt Date: Fri, 27 Mar 2015 00:56:44 -0400 Subject: [PATCH] update_checker doesn't pass tests --- pkgs/top-level/python-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 5966d4594b1..7062834e72a 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -11422,6 +11422,8 @@ let propagatedBuildInputs = with pythonPackages; [ requests2 ]; + doCheck = false; + meta = with stdenv.lib; { description = "A python module that will check for package updates"; homepage = https://github.com/bboe/update_checker;