update_checker doesn't pass tests

This commit is contained in:
Remy Goldschmidt 2015-03-27 00:56:44 -04:00
parent b3e4968491
commit ba4f29aee6

View File

@ -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;