pythonPackages.eggdeps: disable tests, they've been failing for ages and author is not responding

This commit is contained in:
Domen Kožar 2014-02-22 18:29:04 +01:00
parent c895bb910d
commit 72d3ce1431

View file

@ -7057,6 +7057,9 @@ pythonPackages = modules // import ./python-packages-generated.nix {
md5 = "2472204a2abd0d8cd4d11ff0fbf36ae7";
};
# tests fail, see http://hydra.nixos.org/build/4316603/log/raw
doCheck = false;
propagatedBuildInputs = [ zope_interface zope_testing ];
meta = {
description = "A tool which computes a dependency graph between active Python eggs";