about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-16 18:16:35 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-05-16 11:33:38 -0700
commitc0d95d280928e3536321ea4abdc89eff2b7e38bb (patch)
tree5646a6560922c769e484c87e99a76e08d380e43a /pkgs
parent6ecb4d7c4310a223fdfcd2ac7d92d4b72f2a001a (diff)
python3Packages.cheroot: disable failing test on Darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cheroot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cheroot/default.nix b/pkgs/development/python-modules/cheroot/default.nix
index 436669d920924..5535f577bcff4 100644
--- a/pkgs/development/python-modules/cheroot/default.nix
+++ b/pkgs/development/python-modules/cheroot/default.nix
@@ -72,6 +72,7 @@ buildPythonPackage rec {
   ] ++ lib.optionals stdenv.isDarwin [
     "http_over_https_error"
     "bind_addr_unix"
+    "test_ssl_env"
   ];
 
   disabledTestPaths = [