forked from mirrors/nixpkgs
pythonPackages.eggdeps: disable tests, they've been failing for ages and author is not responding
This commit is contained in:
parent
c895bb910d
commit
72d3ce1431
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue