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:
parent
cb07aea0bd
commit
a2a0fa6657
|
@ -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;
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue