mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Merge pull request #20315 from martijnvermaat/python-consul-no-tests
python27Packages.consul: Disable tests to unbreak
This commit is contained in:
commit
a526207a20
@ -4091,12 +4091,14 @@ in {
|
|||||||
|
|
||||||
buildInputs = with self; [ requests2 six pytest ];
|
buildInputs = with self; [ requests2 six pytest ];
|
||||||
|
|
||||||
|
# No tests distributed. https://github.com/cablehead/python-consul/issues/133
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python client for Consul (http://www.consul.io/)";
|
description = "Python client for Consul (http://www.consul.io/)";
|
||||||
homepage = https://github.com/cablehead/python-consul;
|
homepage = https://github.com/cablehead/python-consul;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ desiderius ];
|
maintainers = with maintainers; [ desiderius ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user