We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddce89 commit b9ed852Copy full SHA for b9ed852
1 file changed
pkgs/development/python-modules/httplib2/default.nix
@@ -52,7 +52,9 @@ buildPythonPackage rec {
52
# ValueError: Unable to load PEM file.
53
# https://github.com/httplib2/httplib2/issues/192#issuecomment-993165140
54
"test_client_cert_password_verified"
55
- ] ++ lib.optionals (stdenv.isDarwin) [
+ ] ++ lib.optionals stdenv.isDarwin [
56
+ # fails with "ConnectionResetError: [Errno 54] Connection reset by peer"
57
+ "test_connection_close"
58
# fails with HTTP 408 Request Timeout, instead of expected 200 OK
59
"test_timeout_subsequent"
60
];
0 commit comments