1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

python27Packages.consul: Disable tests to unbreak

This commit is contained in:
Martijn Vermaat 2016-11-10 14:00:40 -04:00
parent cb07aea0bd
commit a2a0fa6657

View file

@ -4091,12 +4091,14 @@ in {
buildInputs = with self; [ requests2 six pytest ];
# No tests distributed. https://github.com/cablehead/python-consul/issues/133
doCheck = false;
meta = {
description = "Python client for Consul (http://www.consul.io/)";
homepage = https://github.com/cablehead/python-consul;
license = licenses.mit;
maintainers = with maintainers; [ desiderius ];
broken = true;
};
});