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
This commit is contained in:
Orivej Desh 2018-06-03 20:41:36 +00:00
parent 214b35d115
commit 64fd1ceb38

View File

@ -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";