python3Packages.httplib2: disable improperly marked tests

This commit is contained in:
Jonathan Ringer
2022-03-03 07:52:26 -08:00
committed by Martin Weinelt
parent b24ffb8c96
commit 19ff56c99b
@@ -52,6 +52,10 @@ buildPythonPackage rec {
# ValueError: Unable to load PEM file.
# https://github.com/httplib2/httplib2/issues/192#issuecomment-993165140
"test_client_cert_password_verified"
# improper pytest marking
"test_head_301"
"test_303"
] ++ lib.optionals stdenv.isDarwin [
# fails with "ConnectionResetError: [Errno 54] Connection reset by peer"
"test_connection_close"