From 64fd1ceb38009c20ba8f56542aad154532384d20 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Sun, 3 Jun 2018 20:41:36 +0000 Subject: certbot: disable check on darwin On Hydra it fails with "Too many open files": https://hydra.nixos.org/build/64286041 https://hydra.nixos.org/build/75419471 --- pkgs/tools/admin/certbot/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/admin') diff --git a/pkgs/tools/admin/certbot/default.nix b/pkgs/tools/admin/certbot/default.nix index 7a26896bbc28..353abe9c8bca 100644 --- a/pkgs/tools/admin/certbot/default.nix +++ b/pkgs/tools/admin/certbot/default.nix @@ -42,6 +42,8 @@ pythonPackages.buildPythonApplication rec { done ''; + doCheck = !stdenv.isDarwin; # On Hydra Darwin tests fail with "Too many open files". + meta = with stdenv.lib; { homepage = src.meta.homepage; description = "ACME client that can obtain certs and extensibly update server configurations"; -- cgit 1.4.1