From 0c3a726c4786f00b440de8158a2b9bfda79e3e3d Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 18 Mar 2022 09:14:23 -0700 Subject: [PATCH] python3Packages.httplib2: disable darwin incompatible test --- pkgs/development/python-modules/httplib2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/httplib2/default.nix b/pkgs/development/python-modules/httplib2/default.nix index 9a8a8853780..cd2134418a7 100644 --- a/pkgs/development/python-modules/httplib2/default.nix +++ b/pkgs/development/python-modules/httplib2/default.nix @@ -55,6 +55,7 @@ buildPythonPackage rec { ] ++ lib.optionals (stdenv.isDarwin) [ # fails with HTTP 408 Request Timeout, instead of expected 200 OK "test_timeout_subsequent" + "test_connection_close" ]; pytestFlagsArray = [