From a2a0fa6657d813528f61f4ea109428ff792d83ca Mon Sep 17 00:00:00 2001 From: Martijn Vermaat Date: Thu, 10 Nov 2016 14:00:40 -0400 Subject: [PATCH] python27Packages.consul: Disable tests to unbreak --- pkgs/top-level/python-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 63b948d798d..43266c0b1b8 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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; }; });