python35Packages.netaddr: disable tests instead of building
This commit is contained in:
parent
5114fa8e89
commit
869cf8a56b
1 changed files with 1 additions and 1 deletions
|
@ -15227,7 +15227,7 @@ in {
|
|||
|
||||
netaddr = buildPythonPackage rec {
|
||||
name = "netaddr-0.7.18";
|
||||
disabled = isPy35; # https://github.com/drkjam/netaddr/issues/117
|
||||
doCheck = !isPy35; # https://github.com/drkjam/netaddr/issues/117
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/n/netaddr/${name}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue