============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 2044 items test/contrib/test_pyopenssl.py::TestClientCerts::test_client_cert_with_bytes_password PASSED test/contrib/test_pyopenssl.py::TestClientCerts::test_client_cert_with_string_password PASSED test/contrib/test_pyopenssl.py::TestClientCerts::test_client_certs_one_file PASSED test/contrib/test_pyopenssl.py::TestClientCerts::test_client_certs_two_files PASSED test/contrib/test_pyopenssl.py::TestClientCerts::test_load_invalid_cert_file PASSED test/contrib/test_pyopenssl.py::TestClientCerts::test_load_keyfile_with_invalid_password PASSED test/contrib/test_pyopenssl.py::TestClientCerts::test_missing_client_certs_raises_error PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_alpn_default SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_md5 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_sha1 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_sha256 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_hostname_false SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_invalid_fingerprint SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_specific_hostname SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ca_dir_verified SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_client_encrypted_key_requires_password SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_client_intermediate SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_client_key_password SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_client_no_intermediate SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_context_combines_with_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_default_ssl_context_ssl_min_max_versions PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_dotted_fqdn SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_enhanced_ssl_connection SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_enhanced_timeout PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_good_fingerprint_and_hostname_mismatch SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_https_timeout SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_invalid_common_name SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_no_ssl PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_no_tls_version_deprecation_with_ssl_context SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_server_hostname SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_set_cert_default_cert_required PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_set_ssl_version_to_tls_version SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_simple SKIPPED (Skip...) test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_correct_system_time SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_unverified_with_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_is_deprecated SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_wrong_system_time SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_sslkeylogfile SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_sslkeylogfile_empty[None] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_sslkeylogfile_empty[] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_tls_protocol_name_of_socket SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_tls_version_maximum_and_minimum SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_tunnel SKIPPED (Skip...) test/contrib/test_pyopenssl.py::TestHTTPS::test_unverified_ssl SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_verified SKIPPED (Sk...) test/contrib/test_pyopenssl.py::TestHTTPS::test_verified_with_bad_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_verified_with_context SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_verified_without_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS::test_verify_none_and_bad_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_verify_none_and_good_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS::test_wrap_socket_failure_resource_leak SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_IPV4SAN::test_can_validate_ip_san PASSED test/contrib/test_pyopenssl.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[::1] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[[::1]] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_alpn_default SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_md5 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha1 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha256 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_hostname_false SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_invalid_fingerprint SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_specific_hostname SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ca_dir_verified SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_encrypted_key_requires_password SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_intermediate SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_key_password SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_no_intermediate SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_context_combines_with_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_default_ssl_context_ssl_min_max_versions SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_dotted_fqdn SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_enhanced_ssl_connection SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_enhanced_timeout SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_good_fingerprint_and_hostname_mismatch SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_https_timeout SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_invalid_common_name SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_no_ssl SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_no_tls_version_deprecation_with_ssl_context SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_server_hostname SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_cert_default_cert_required SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_ssl_version_to_tls_version SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_simple SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_correct_system_time SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_unverified_with_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_is_deprecated SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_wrong_system_time SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_sslkeylogfile SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[None] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tls_protocol_name_of_socket SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tls_version_maximum_and_minimum SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tunnel SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_unverified_ssl SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_with_bad_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_with_context SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_without_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verify_none_and_bad_fingerprint SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verify_none_and_good_fingerprint SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_wrap_socket_failure_resource_leak SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_alpn_default SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_md5 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha1 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha256 SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_hostname_false SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_invalid_fingerprint SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_specific_hostname SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ca_dir_verified SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_encrypted_key_requires_password SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_intermediate SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_key_password SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_no_intermediate SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_context_combines_with_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_default_ssl_context_ssl_min_max_versions SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_dotted_fqdn SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_enhanced_ssl_connection SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_enhanced_timeout SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_good_fingerprint_and_hostname_mismatch SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_https_timeout SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_invalid_common_name SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_no_ssl SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_no_tls_version_deprecation_with_ssl_context SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_server_hostname SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_cert_default_cert_required SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_ssl_version_to_tls_version SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_simple SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_correct_system_time SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_unverified_with_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_is_deprecated SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_wrong_system_time SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_sslkeylogfile SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[None] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[] SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tls_protocol_name_of_socket SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tls_version_maximum_and_minimum SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tunnel SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_unverified_ssl SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_with_bad_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_with_context SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_without_ca_certs SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verify_none_and_bad_fingerprint SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verify_none_and_good_fingerprint SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_wrap_socket_failure_resource_leak SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_alpn_default PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_md5 PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha1 PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha256 PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_hostname_false PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_invalid_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_specific_hostname PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ca_dir_verified PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_encrypted_key_requires_password PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_intermediate PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_key_password PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_no_intermediate PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_context_combines_with_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_default_ssl_context_ssl_min_max_versions PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_dotted_fqdn PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_enhanced_ssl_connection PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_enhanced_timeout PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_good_fingerprint_and_hostname_mismatch PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_https_timeout PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_invalid_common_name PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_no_ssl PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_no_tls_version_deprecation_with_ssl_context PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_server_hostname PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_cert_default_cert_required PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_ssl_version_to_tls_version PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_simple PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_context_ssl_version_uses_ssl_min_max_versions PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_correct_system_time PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_unverified_with_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_is_deprecated PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_wrong_system_time PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_sslkeylogfile SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[None] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tls_protocol_name_of_socket PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tls_version_maximum_and_minimum PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tunnel PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_unverified_ssl PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_with_bad_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_with_context PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_without_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verify_none_and_bad_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verify_none_and_good_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_wrap_socket_failure_resource_leak PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_alpn_default PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_md5 PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha1 PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha256 PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_hostname_false PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_invalid_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_specific_hostname PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ca_dir_verified PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_encrypted_key_requires_password PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_intermediate PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_key_password PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_no_intermediate PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_context_combines_with_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_default_ssl_context_ssl_min_max_versions PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_dotted_fqdn PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_enhanced_ssl_connection PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_enhanced_timeout PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_good_fingerprint_and_hostname_mismatch PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_https_timeout PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_invalid_common_name PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_no_ssl PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_no_tls_version_deprecation_with_ssl_context PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_server_hostname PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_cert_default_cert_required PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_ssl_version_to_tls_version PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_simple PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_correct_system_time PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_unverified_with_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_is_deprecated SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_wrong_system_time PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_sslkeylogfile SKIPPED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[None] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[] PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tls_protocol_name_of_socket PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tls_version_maximum_and_minimum PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tunnel PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_unverified_ssl PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_with_bad_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_with_context PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_without_ca_certs PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verify_none_and_bad_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verify_none_and_good_fingerprint PASSED test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_wrap_socket_failure_resource_leak PASSED test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_leading_period PASSED test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_leading_splat PASSED test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_simple PASSED test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_get_subj_alt_name PASSED test/contrib/test_pyopenssl.py::TestSNI::test_hostname_in_first_request_packet PASSED test/contrib/test_pyopenssl.py::TestSSL::test_assert_fingerprint_raises_exception_on_none_cert PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_default_ciphers PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_pha[False-True] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_pha[None-None] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_pha[True-True] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_set_ciphers PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs0] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs1] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs2] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs0] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs1] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs2] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs0] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs1] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs2] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_no_context PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com0] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com1] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[www.python.org0] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[www.python.org1] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[127.0.0.10] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[127.0.0.11] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[8.8.8.8] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[::1] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[::] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%190] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%191] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2510] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2511] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2512] PASSED test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_default_loads_default_certs PASSED test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_given_ca_certs_no_load_default_certs PASSED test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_given_context_no_load_default_certs PASSED test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_no_ssltransport PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_closing_response_actually_closes_connection PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_cleanup_on_protocol_error_during_read PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_cleanup_on_read_timeout PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_closed_on_read_timeout_preload_false PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_read_timeout PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_refused PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_delayed_body_read_timeout PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_delayed_body_read_timeout_with_preload PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_https_connection_read_timeout PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_incomplete_response PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_read_timeout_dont_retry_method_not_in_allowlist PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_recovery_when_server_closes_connection PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_release_conn_param_is_respected_after_timeout_retry PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_retry_weird_http_version PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_socket_close_socket_then_file PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_socket_close_stays_open_with_makefile_open PASSED test/contrib/test_pyopenssl.py::TestSocketClosing::test_timeout_errors_cause_retries PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_load_verify_locations_exception PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_requesting_large_resources_via_ssl[False-2147483648] SKIPPED test/contrib/test_pyopenssl.py::TestSocketSSL::test_requesting_large_resources_via_ssl[False-None] SKIPPED test/contrib/test_pyopenssl.py::TestSocketSSL::test_requesting_large_resources_via_ssl[True-None] SKIPPED test/contrib/test_pyopenssl.py::TestSocketSSL::test_retry_ssl_error PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_custom_validation_failure_terminates PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_dont_load_default_certs_when_given PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_failed_fingerprint_verification PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_failure_midway_through_conn PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_load_default_certs_when_empty PASSED test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_read_timeout PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[LibreSSL 2.8.3-269488335-cpython-version_info5-None-False] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.0-269488128-cpython-version_info6-None-False] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-cpython-version_info1-None-True] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-pypy-version_info2-pypy_version_info2-False] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info0-None-True] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info4-None-True] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-pypy-version_info3-pypy_version_info3-True] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[None-VerifyMode.CERT_REQUIRED] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[REQUIRED-VerifyMode.CERT_REQUIRED] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_NONE-VerifyMode.CERT_NONE] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLS-_SSLMethod.PROTOCOL_TLS] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_creates_new_context PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_data PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_directories PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_the_cert_chain PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_verify_locations PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_sni_ip_address_no_warn PASSED test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_sni_none_no_warn PASSED test/contrib/test_pyopenssl_dependencies.py::TestPyOpenSSLInjection::test_inject_validate_fail_cryptography PASSED test/contrib/test_pyopenssl_dependencies.py::TestPyOpenSSLInjection::test_inject_validate_fail_pyopenssl PASSED test/contrib/test_socks.py::TestSOCKS4Proxy::test_basic_request PASSED test/contrib/test_socks.py::TestSOCKS4Proxy::test_correct_header_line PASSED test/contrib/test_socks.py::TestSOCKS4Proxy::test_local_dns PASSED test/contrib/test_socks.py::TestSOCKS4Proxy::test_proxy_rejection PASSED test/contrib/test_socks.py::TestSOCKS4Proxy::test_socks4_with_username PASSED test/contrib/test_socks.py::TestSOCKS4Proxy::test_socks_with_invalid_username PASSED test/contrib/test_socks.py::TestSOCKSProxyManager::test_invalid_socks_version_is_valueerror PASSED test/contrib/test_socks.py::TestSOCKSWithTLS::test_basic_request PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_basic_request PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_connection_failure PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_connection_timeouts PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_correct_header_line PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_local_dns PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_proxy_rejection PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_socket_timeout PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_auth_in_url PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_invalid_password PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_password PASSED test/contrib/test_socks.py::TestSocks5Proxy::test_source_address_works PASSED test/test_collections.py::TestHTTPHeaderDict::test_add_comma_separated_multiheader PASSED test/test_collections.py::TestHTTPHeaderDict::test_add_well_known_multiheader PASSED test/test_collections.py::TestHTTPHeaderDict::test_copy PASSED test/test_collections.py::TestHTTPHeaderDict::test_create_from_dict PASSED test/test_collections.py::TestHTTPHeaderDict::test_create_from_headerdict PASSED test/test_collections.py::TestHTTPHeaderDict::test_create_from_iterator PASSED test/test_collections.py::TestHTTPHeaderDict::test_create_from_kwargs PASSED test/test_collections.py::TestHTTPHeaderDict::test_create_from_list PASSED test/test_collections.py::TestHTTPHeaderDict::test_delitem PASSED test/test_collections.py::TestHTTPHeaderDict::test_dict_conversion PASSED test/test_collections.py::TestHTTPHeaderDict::test_discard PASSED test/test_collections.py::TestHTTPHeaderDict::test_dunder_contains PASSED test/test_collections.py::TestHTTPHeaderDict::test_equal PASSED test/test_collections.py::TestHTTPHeaderDict::test_extend_from_container PASSED test/test_collections.py::TestHTTPHeaderDict::test_extend_from_dict PASSED test/test_collections.py::TestHTTPHeaderDict::test_extend_from_headerdict PASSED test/test_collections.py::TestHTTPHeaderDict::test_extend_from_list PASSED test/test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args0] PASSED test/test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args1] PASSED test/test_collections.py::TestHTTPHeaderDict::test_getlist PASSED test/test_collections.py::TestHTTPHeaderDict::test_getlist_after_copy PASSED test/test_collections.py::TestHTTPHeaderDict::test_header_repeat PASSED test/test_collections.py::TestHTTPHeaderDict::test_inplace_union PASSED test/test_collections.py::TestHTTPHeaderDict::test_inplace_union_with_unsupported_type PASSED test/test_collections.py::TestHTTPHeaderDict::test_items PASSED test/test_collections.py::TestHTTPHeaderDict::test_len PASSED test/test_collections.py::TestHTTPHeaderDict::test_not_equal PASSED test/test_collections.py::TestHTTPHeaderDict::test_pop PASSED test/test_collections.py::TestHTTPHeaderDict::test_repr PASSED test/test_collections.py::TestHTTPHeaderDict::test_setdefault PASSED test/test_collections.py::TestHTTPHeaderDict::test_setitem PASSED test/test_collections.py::TestHTTPHeaderDict::test_string_enforcement PASSED test/test_collections.py::TestHTTPHeaderDict::test_union PASSED test/test_collections.py::TestHTTPHeaderDict::test_union_rhs PASSED test/test_collections.py::TestHTTPHeaderDict::test_union_with_unsupported_type PASSED test/test_collections.py::TestHTTPHeaderDict::test_update PASSED test/test_collections.py::TestLRUContainer::test_access_ordering PASSED test/test_collections.py::TestLRUContainer::test_delete PASSED test/test_collections.py::TestLRUContainer::test_disposal PASSED test/test_collections.py::TestLRUContainer::test_expire PASSED test/test_collections.py::TestLRUContainer::test_get PASSED test/test_collections.py::TestLRUContainer::test_iter PASSED test/test_collections.py::TestLRUContainer::test_maxsize PASSED test/test_collections.py::TestLRUContainer::test_maxsize_0 PASSED test/test_collections.py::TestLRUContainer::test_same_key PASSED test/test_compatibility.py::TestCookiejar::test_extract PASSED test/test_connection.py::TestConnection::test_HTTPSConnection_default_socket_options PASSED test/test_connection.py::TestConnection::test_assert_fingerprint_closes_socket PASSED test/test_connection.py::TestConnection::test_assert_hostname_closes_socket PASSED test/test_connection.py::TestConnection::test_dnsname_match_include_more_than_one_wildcard_error PASSED test/test_connection.py::TestConnection::test_getresponse_requires_reponseoptions PASSED test/test_connection.py::TestConnection::test_match_hostname_check_common_name PASSED test/test_connection.py::TestConnection::test_match_hostname_dns_with_brackets_doesnt_match PASSED test/test_connection.py::TestConnection::test_match_hostname_dnsname PASSED test/test_connection.py::TestConnection::test_match_hostname_empty_cert PASSED test/test_connection.py::TestConnection::test_match_hostname_ignore_common_name PASSED test/test_connection.py::TestConnection::test_match_hostname_include_wildcard PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[1:2:0:0::3:4-1:2:0:0:0:0:3:4] PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[1:2::3:4-1:2:0:0:0:0:3:4] PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[::0.1.0.2-0:0:0:0:0:0:1:2] PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[::1%42-0:0:0:0:0:0:0:1] PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[::2%iface-0:0:0:0:0:0:0:2] PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6_brackets PASSED test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6_doesnt_match PASSED test/test_connection.py::TestConnection::test_match_hostname_match PASSED test/test_connection.py::TestConnection::test_match_hostname_mismatch PASSED test/test_connection.py::TestConnection::test_match_hostname_more_than_one_dnsname_error PASSED test/test_connection.py::TestConnection::test_match_hostname_no_cert PASSED test/test_connection.py::TestConnection::test_match_hostname_no_dns PASSED test/test_connection.py::TestConnection::test_match_hostname_startwith_wildcard PASSED test/test_connection.py::TestConnection::test_recent_date PASSED test/test_connection.py::TestConnection::test_url_from_pool PASSED test/test_connection.py::TestConnection::test_wrap_proxy_error[http-Unable to connect to proxy] PASSED test/test_connection.py::TestConnection::test_wrap_proxy_error[https-Unable to connect to proxy. Your proxy appears to only use HTTP and not HTTPS] PASSED test/test_connectionpool.py::TestConnectionPool::test_assert_same_host PASSED test/test_connectionpool.py::TestConnectionPool::test_ca_certs_default_cert_required PASSED test/test_connectionpool.py::TestConnectionPool::test_cleanup_on_extreme_connection_error PASSED test/test_connectionpool.py::TestConnectionPool::test_contextmanager PASSED test/test_connectionpool.py::TestConnectionPool::test_empty_does_not_put_conn PASSED test/test_connectionpool.py::TestConnectionPool::test_exception_str PASSED test/test_connectionpool.py::TestConnectionPool::test_max_connections PASSED test/test_connectionpool.py::TestConnectionPool::test_no_host PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://[dead::beef]-https://[dead::beef%en5]/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com-https://google.net/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com/-https://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:42-http://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:42-https://google.com/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:443-http://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:443-https://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:80-https://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://yahoo.com/-http://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com/-http://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:42-https://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:443-http://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:80-http://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:80-https://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix://%2Ftmp%2FTEST.sock/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix://%2Ftmp%2FTEST.sock/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix://%2Ftmp%2FTEST.sock] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Ftmp%2FTEST.sock] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-http://google.com./] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-https://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-https://google.net/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[yahoo.com-http://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-http://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-https://google.com./] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-https://google.net/] PASSED test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[yahoo.com-https://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_pool_close PASSED test/test_connectionpool.py::TestConnectionPool::test_pool_close_twice PASSED test/test_connectionpool.py::TestConnectionPool::test_pool_size PASSED test/test_connectionpool.py::TestConnectionPool::test_pool_timeouts PASSED test/test_connectionpool.py::TestConnectionPool::test_put_conn_closed_pool PASSED test/test_connectionpool.py::TestConnectionPool::test_put_conn_when_pool_is_full_blocking PASSED test/test_connectionpool.py::TestConnectionPool::test_put_conn_when_pool_is_full_nonblocking PASSED test/test_connectionpool.py::TestConnectionPool::test_read_timeout_0_does_not_raise_bad_status_line_error PASSED test/test_connectionpool.py::TestConnectionPool::test_release_conn_param_is_respected_after_http_error_retry PASSED test/test_connectionpool.py::TestConnectionPool::test_retry_exception_str PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://[2001:558:fc00:200:f816:3eff:fef9:b954%lo]/-http://[2001:558:fc00:200:f816:3eff:fef9:b954%25lo]] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://[2607:f8b0:4005:805::200e%25eth0]/-http://[2607:f8b0:4005:805::200e%eth0]/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://[::1]/-http://[::1]] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com/abra/cadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com:80/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com:42/-http://google.com:42/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com:80/-http://google.com/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[https://[2607:f8b0:4005:805::200e%25eth0]:443/-https://[2607:f8b0:4005:805::200e%eth0]:443/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[https://google.com/-https://google.com:443/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host[https://google.com:443/-https://google.com/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Ftmp%2FTEST.sock-http+unix://%2Ftmp%2FTEST.sock/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Ftmp%2FTEST.sock-http+unix://%2Ftmp%2FTEST.sock/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Ftmp%2FTEST.sock-http+unix://%2Ftmp%2FTEST.sock] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Fvar%2Frun%2Fdocker.sock/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Fvar%2Frun%2Fdocker.sock/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Fvar%2Frun%2Fdocker.sock] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com/abra/cadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com:80/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com/] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com/abra/cadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com:443/abracadabra] PASSED test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com] PASSED test/test_connectionpool.py::TestConnectionPool::test_url_from_pool PASSED test/test_exceptions.py::TestFormat::test_header_parsing_errors PASSED test/test_exceptions.py::TestNewConnectionError::test_pool_property_deprecation_warning PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception0] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception10] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception11] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception1] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception2] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception3] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception4] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception5] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception6] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception7] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception8] PASSED test/test_exceptions.py::TestPickle::test_exceptions[exception9] PASSED test/test_fields.py::TestRequestField::test_create PASSED test/test_fields.py::TestRequestField::test_format_header_param_html5_deprecated PASSED test/test_fields.py::TestRequestField::test_format_header_param_rfc2231_deprecated[n\xe4me-filename*=utf-8''n%C3%A4me] PASSED test/test_fields.py::TestRequestField::test_format_header_param_rfc2231_deprecated[name-filename="name"] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[backslash \\-backslash \\] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[control \x1a\x1b\x1c-control \x1a\x1b\x1c] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[n\xc3\xa4me-n\xe4me] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[n\xe4me-n\xe4me] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[name-name] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[newline \n\r-newline %0A%0D] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[quotes '"-quotes '%22] PASSED test/test_fields.py::TestRequestField::test_format_multipart_header_param[ski \u26f7.txt-ski \u26f7.txt] PASSED test/test_fields.py::TestRequestField::test_from_tuples PASSED test/test_fields.py::TestRequestField::test_from_tuples_rfc2231 PASSED test/test_fields.py::TestRequestField::test_guess_content_type[None-content_types2] PASSED test/test_fields.py::TestRequestField::test_guess_content_type[image.jpg-content_types0] PASSED test/test_fields.py::TestRequestField::test_guess_content_type[notsure-content_types1] PASSED test/test_fields.py::TestRequestField::test_make_multipart PASSED test/test_fields.py::TestRequestField::test_make_multipart_empty_filename PASSED test/test_fields.py::TestRequestField::test_render_parts PASSED test/test_filepost.py::TestMultipartEncoding::test_explicit PASSED test/test_filepost.py::TestMultipartEncoding::test_field_encoding[fields0] PASSED test/test_filepost.py::TestMultipartEncoding::test_field_encoding[fields1] PASSED test/test_filepost.py::TestMultipartEncoding::test_field_encoding[fields2] PASSED test/test_filepost.py::TestMultipartEncoding::test_filename PASSED test/test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields0] PASSED test/test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields1] PASSED test/test_filepost.py::TestMultipartEncoding::test_request_fields PASSED test/test_filepost.py::TestMultipartEncoding::test_textplain PASSED test/test_no_ssl.py::TestImportWithoutSSL::test_cannot_import_ssl PASSED test/test_no_ssl.py::TestImportWithoutSSL::test_import_urllib3 PASSED test/test_poolmanager.py::TestPoolManager::test_assert_hostname_and_fingerprint_flag PASSED test/test_poolmanager.py::TestPoolManager::test_connection_from_context_strict_param PASSED test/test_poolmanager.py::TestPoolManager::test_contextmanager PASSED test/test_poolmanager.py::TestPoolManager::test_custom_pool_key PASSED test/test_poolmanager.py::TestPoolManager::test_default_pool_key_funcs_copy PASSED test/test_poolmanager.py::TestPoolManager::test_deprecated_no_scheme PASSED test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[[a::b%25zone]] PASSED test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[[a::b%zone]] PASSED test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[http://[a::b%25zone]] PASSED test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[http://[a::b%zone]] PASSED test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped_tls PASSED test/test_poolmanager.py::TestPoolManager::test_http_connection_from_context_case_insensitive PASSED test/test_poolmanager.py::TestPoolManager::test_http_connection_from_host_case_insensitive PASSED test/test_poolmanager.py::TestPoolManager::test_http_connection_from_url_case_insensitive PASSED test/test_poolmanager.py::TestPoolManager::test_http_pool_key_fields PASSED test/test_poolmanager.py::TestPoolManager::test_https_connection_from_context_case_insensitive PASSED test/test_poolmanager.py::TestPoolManager::test_https_connection_from_host_case_insensitive PASSED test/test_poolmanager.py::TestPoolManager::test_https_connection_from_url_case_insensitive PASSED test/test_poolmanager.py::TestPoolManager::test_https_pool_key_fields PASSED test/test_poolmanager.py::TestPoolManager::test_manager_clear PASSED test/test_poolmanager.py::TestPoolManager::test_many_urls PASSED test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs PASSED test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_invalid_key PASSED test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_none PASSED test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_remove_key PASSED test/test_poolmanager.py::TestPoolManager::test_nohost[None] PASSED test/test_poolmanager.py::TestPoolManager::test_nohost[http://@] PASSED test/test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_host PASSED test/test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_url PASSED test/test_poolmanager.py::TestPoolManager::test_pool_kwargs_socket_options PASSED test/test_poolmanager.py::TestPoolManager::test_pool_manager_no_url_absolute_form PASSED test/test_poolmanager.py::TestPoolManager::test_poolmanager_blocksize[16384-16384] PASSED test/test_poolmanager.py::TestPoolManager::test_poolmanager_blocksize[8192-8192] PASSED test/test_poolmanager.py::TestPoolManager::test_poolmanager_blocksize[None-16384] PASSED test/test_poolmanager.py::TestPoolManager::test_pools_keyed_with_from_host PASSED test/test_poolmanager.py::TestPoolManager::test_same_url PASSED test/test_poolmanager.py::TestPoolManager::test_thread_safty PASSED test/test_proxymanager.py::TestProxyManager::test_default_port PASSED test/test_proxymanager.py::TestProxyManager::test_invalid_scheme PASSED test/test_proxymanager.py::TestProxyManager::test_proxy_connect_retry PASSED test/test_proxymanager.py::TestProxyManager::test_proxy_headers[http] PASSED test/test_proxymanager.py::TestProxyManager::test_proxy_headers[https] PASSED test/test_proxymanager.py::TestProxyManager::test_proxy_tunnel PASSED test/test_queue_monkeypatch.py::TestMonkeypatchResistance::test_queue_monkeypatching PASSED test/test_response.py::TestBytesQueueBuffer::test_memory_usage PASSED test/test_response.py::TestBytesQueueBuffer::test_multiple_chunks PASSED test/test_response.py::TestBytesQueueBuffer::test_read_too_much PASSED test/test_response.py::TestBytesQueueBuffer::test_single_chunk PASSED test/test_response.py::TestLegacyResponse::test_getheader PASSED test/test_response.py::TestLegacyResponse::test_getheaders PASSED test/test_response.py::TestResponse::test__iter__[-expected_stream0] PASSED test/test_response.py::TestResponse::test__iter__[Hello\nworld\n\n\n!-expected_stream4] PASSED test/test_response.py::TestResponse::test__iter__[\n-expected_stream1] PASSED test/test_response.py::TestResponse::test__iter__[\n\n\n-expected_stream2] PASSED test/test_response.py::TestResponse::test__iter__[abc\ndef-expected_stream3] PASSED test/test_response.py::TestResponse::test__iter__decode_content PASSED test/test_response.py::TestResponse::test_base_io PASSED test/test_response.py::TestResponse::test_body_blob PASSED test/test_response.py::TestResponse::test_buffer_memory_usage_decode_one_chunk[False-10485760] PASSED test/test_response.py::TestResponse::test_buffer_memory_usage_decode_one_chunk[False-None] PASSED test/test_response.py::TestResponse::test_buffer_memory_usage_decode_one_chunk[True-None] PASSED test/test_response.py::TestResponse::test_buffer_memory_usage_no_decoding[False-10485760] PASSED test/test_response.py::TestResponse::test_buffer_memory_usage_no_decoding[False-None] PASSED test/test_response.py::TestResponse::test_buffer_memory_usage_no_decoding[True-None] PASSED test/test_response.py::TestResponse::test_buggy_incomplete_read PASSED test/test_response.py::TestResponse::test_cache_content PASSED test/test_response.py::TestResponse::test_cache_content_preload_false PASSED test/test_response.py::TestResponse::test_chunked_decoding_brotli PASSED test/test_response.py::TestResponse::test_chunked_decoding_deflate PASSED test/test_response.py::TestResponse::test_chunked_decoding_deflate2 PASSED test/test_response.py::TestResponse::test_chunked_decoding_gzip[gzip] PASSED test/test_response.py::TestResponse::test_chunked_decoding_gzip[x-gzip] PASSED test/test_response.py::TestResponse::test_chunked_decoding_gzip_swallow_garbage PASSED test/test_response.py::TestResponse::test_chunked_decoding_zstd PASSED test/test_response.py::TestResponse::test_chunked_head_response PASSED test/test_response.py::TestResponse::test_chunked_response_with_extensions PASSED test/test_response.py::TestResponse::test_chunked_response_without_crlf_on_end PASSED test/test_response.py::TestResponse::test_decode_bad_data PASSED test/test_response.py::TestResponse::test_decode_brotli PASSED test/test_response.py::TestResponse::test_decode_brotli_error PASSED test/test_response.py::TestResponse::test_decode_deflate PASSED test/test_response.py::TestResponse::test_decode_deflate_case_insensitve PASSED test/test_response.py::TestResponse::test_decode_gzip_error PASSED test/test_response.py::TestResponse::test_decode_gzip_multi_member PASSED test/test_response.py::TestResponse::test_decode_gzip_swallow_garbage PASSED test/test_response.py::TestResponse::test_decode_multiframe_zstd PASSED test/test_response.py::TestResponse::test_decode_zstd PASSED test/test_response.py::TestResponse::test_decode_zstd_error[foo] PASSED test/test_response.py::TestResponse::test_decode_zstd_error[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED test/test_response.py::TestResponse::test_decode_zstd_incomplete[foo] PASSED test/test_response.py::TestResponse::test_decode_zstd_incomplete[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED test/test_response.py::TestResponse::test_default PASSED test/test_response.py::TestResponse::test_deflate2_streaming PASSED test/test_response.py::TestResponse::test_deflate_streaming PASSED test/test_response.py::TestResponse::test_deflate_streaming_tell_intermediate_point PASSED test/test_response.py::TestResponse::test_empty_stream PASSED test/test_response.py::TestResponse::test_get_case_insensitive_headers PASSED test/test_response.py::TestResponse::test_geturl PASSED test/test_response.py::TestResponse::test_geturl_retries PASSED test/test_response.py::TestResponse::test_gzipped_streaming PASSED test/test_response.py::TestResponse::test_gzipped_streaming_tell PASSED test/test_response.py::TestResponse::test_incomplete_chunk PASSED test/test_response.py::TestResponse::test_invalid_chunk_length PASSED test/test_response.py::TestResponse::test_io PASSED test/test_response.py::TestResponse::test_io_bufferedreader PASSED test/test_response.py::TestResponse::test_io_closed_consistently PASSED test/test_response.py::TestResponse::test_io_not_autoclose_bufferedreader PASSED test/test_response.py::TestResponse::test_io_not_autoclose_textiowrapper PASSED test/test_response.py::TestResponse::test_io_textiowrapper PASSED test/test_response.py::TestResponse::test_length_after_read PASSED test/test_response.py::TestResponse::test_length_no_header PASSED test/test_response.py::TestResponse::test_length_w_bad_header PASSED test/test_response.py::TestResponse::test_length_w_valid_header PASSED test/test_response.py::TestResponse::test_length_when_chunked PASSED test/test_response.py::TestResponse::test_length_with_multiple_content_lengths PASSED test/test_response.py::TestResponse::test_mock_gzipped_transfer_encoding_chunked_decoded PASSED test/test_response.py::TestResponse::test_mock_httpresponse_stream PASSED test/test_response.py::TestResponse::test_mock_transfer_encoding_chunked PASSED test/test_response.py::TestResponse::test_mock_transfer_encoding_chunked_custom_read PASSED test/test_response.py::TestResponse::test_mock_transfer_encoding_chunked_unlmtd_read PASSED test/test_response.py::TestResponse::test_multi_decoding_deflate_deflate PASSED test/test_response.py::TestResponse::test_multi_decoding_deflate_gzip PASSED test/test_response.py::TestResponse::test_multi_decoding_gzip_gzip PASSED test/test_response.py::TestResponse::test_no_preload PASSED test/test_response.py::TestResponse::test_non_timeout_ssl_error_on_read PASSED test/test_response.py::TestResponse::test_none PASSED test/test_response.py::TestResponse::test_preload PASSED test/test_response.py::TestResponse::test_read_chunked_not_supported PASSED test/test_response.py::TestResponse::test_read_multi_decoding_deflate_deflate PASSED test/test_response.py::TestResponse::test_read_not_chunked_response_as_chunks PASSED test/test_response.py::TestResponse::test_read_with_illegal_mix_decode_toggle PASSED test/test_response.py::TestResponse::test_read_with_mix_decode_toggle PASSED test/test_response.py::TestResponse::test_reference_read PASSED test/test_response.py::TestResponse::test_retries PASSED test/test_response.py::TestResponse::test_streaming PASSED test/test_response.py::TestResponse::test_streaming_tell PASSED test/test_response.py::TestResponse::test_url PASSED test/test_retry.py::TestRetry::test_allowed_methods_with_status_forcelist PASSED test/test_retry.py::TestRetry::test_backoff PASSED test/test_retry.py::TestRetry::test_backoff_jitter PASSED test/test_retry.py::TestRetry::test_backoff_reset_after_redirect PASSED test/test_retry.py::TestRetry::test_configurable_backoff_max PASSED test/test_retry.py::TestRetry::test_disabled[-1] PASSED test/test_retry.py::TestRetry::test_disabled[0] PASSED test/test_retry.py::TestRetry::test_error_message PASSED test/test_retry.py::TestRetry::test_exhausted PASSED test/test_retry.py::TestRetry::test_history PASSED test/test_retry.py::TestRetry::test_parse_retry_after[0-0] PASSED test/test_retry.py::TestRetry::test_parse_retry_after[1000-1000] PASSED test/test_retry.py::TestRetry::test_parse_retry_after[\t42 -42] PASSED test/test_retry.py::TestRetry::test_parse_retry_after_invalid[+1] PASSED test/test_retry.py::TestRetry::test_parse_retry_after_invalid[-1] PASSED test/test_retry.py::TestRetry::test_parse_retry_after_invalid[1.0] PASSED test/test_retry.py::TestRetry::test_parse_retry_after_invalid[\xb2] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_propagated[False] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_propagated[True] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-3600-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-3600-True-3600] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon Jun 3 11:30:12 2019-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 03 Jun 2019 11:30:12 GMT-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 11:00:00 UTC-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 11:00:00 UTC-True-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 12:00:00 UTC-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 12:00:00 UTC-True-3600] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Monday, 03-Jun-19 11:30:12 GMT-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-3600-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-3600-True-3600] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon Jun 3 11:30:12 2019-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 03 Jun 2019 11:30:12 GMT-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 11:00:00 UTC-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 11:00:00 UTC-True-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 12:00:00 UTC-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 12:00:00 UTC-True-3600] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Monday, 03-Jun-19 11:30:12 GMT-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-3600-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-3600-True-3600] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon Jun 3 11:30:12 2019-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 03 Jun 2019 11:30:12 GMT-True-1812] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 11:00:00 UTC-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 11:00:00 UTC-True-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 12:00:00 UTC-False-None] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 12:00:00 UTC-True-3600] PASSED test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Monday, 03-Jun-19 11:30:12 GMT-True-1812] PASSED test/test_retry.py::TestRetry::test_retry_both_specified PASSED test/test_retry.py::TestRetry::test_retry_default PASSED test/test_retry.py::TestRetry::test_retry_default_remove_headers_on_redirect PASSED test/test_retry.py::TestRetry::test_retry_higher_total_loses PASSED test/test_retry.py::TestRetry::test_retry_higher_total_loses_vs_read PASSED test/test_retry.py::TestRetry::test_retry_method_not_allowed PASSED test/test_retry.py::TestRetry::test_retry_other PASSED test/test_retry.py::TestRetry::test_retry_read_zero PASSED test/test_retry.py::TestRetry::test_retry_set_remove_headers_on_redirect PASSED test/test_retry.py::TestRetry::test_retry_total_none PASSED test/test_retry.py::TestRetry::test_sleep PASSED test/test_retry.py::TestRetry::test_status_counter PASSED test/test_retry.py::TestRetry::test_status_forcelist PASSED test/test_retry.py::TestRetry::test_string PASSED test/test_retry.py::TestRetry::test_zero_backoff PASSED test/test_ssl.py::TestSSL::test_assert_fingerprint_raises_exception_on_none_cert PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_default_ciphers PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_pha[False-True] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_pha[None-None] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_pha[True-True] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_set_ciphers PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs0] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs1] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs2] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs0] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs1] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs2] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs0] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs1] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs2] PASSED test/test_ssl.py::TestSSL::test_create_urllib3_no_context PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com0] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com1] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_false[www.python.org0] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_false[www.python.org1] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[127.0.0.10] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[127.0.0.11] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[8.8.8.8] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[::1] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[::] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%190] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%191] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2510] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2511] PASSED test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2512] PASSED test/test_ssl.py::TestSSL::test_wrap_socket_default_loads_default_certs PASSED test/test_ssl.py::TestSSL::test_wrap_socket_given_ca_certs_no_load_default_certs PASSED test/test_ssl.py::TestSSL::test_wrap_socket_given_context_no_load_default_certs PASSED test/test_ssl.py::TestSSL::test_wrap_socket_no_ssltransport PASSED test/test_ssltransport.py::SingleTLSLayerTestCase::test_close_after_handshake PASSED test/test_ssltransport.py::SingleTLSLayerTestCase::test_socket_object_attributes PASSED test/test_ssltransport.py::SingleTLSLayerTestCase::test_ssl_object_attributes PASSED test/test_ssltransport.py::SingleTLSLayerTestCase::test_start_closed_socket PASSED test/test_ssltransport.py::SingleTLSLayerTestCase::test_unbuffered_text_makefile PASSED test/test_ssltransport.py::SingleTLSLayerTestCase::test_unwrap_existing_socket PASSED test/test_ssltransport.py::SingleTLSLayerTestCase::test_wrap_existing_socket PASSED test/test_ssltransport.py::TestSSLTransportWithMock::test_constructor_params PASSED test/test_ssltransport.py::TestSSLTransportWithMock::test_makefile_wrong_mode_error PASSED test/test_ssltransport.py::TestSSLTransportWithMock::test_various_flags_errors PASSED test/test_ssltransport.py::TestSSLTransportWithMock::test_wrap_ssl_read_error PASSED test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_makefile_raw_rw_binary[0] PASSED test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_makefile_raw_rw_binary[None] PASSED test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_makefile_rw_text PASSED test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_recv_into_sendall PASSED test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_tunnel PASSED test/test_ssltransport.py::TlsInTlsTestCase::test_wrong_sni_hint PASSED test/test_util.py::TestUtil::test_Url_str PASSED test/test_util.py::TestUtil::test_add_stderr_logger PASSED test/test_util.py::TestUtil::test_assert_header_parsing_no_error_on_multipart PASSED test/test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[None] PASSED test/test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[foo] PASSED test/test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[object] PASSED test/test_util.py::TestUtil::test_authority[/-None] PASSED test/test_util.py::TestUtil::test_authority[google.com/foobar-google.com] PASSED test/test_util.py::TestUtil::test_authority[google.com:12345-google.com:12345] PASSED test/test_util.py::TestUtil::test_authority[http://192.168.0.1/path-192.168.0.1] PASSED test/test_util.py::TestUtil::test_authority[http://192.168.0.1:80/path-192.168.0.1:80] PASSED test/test_util.py::TestUtil::test_authority[http://[::1]/path-[::1]] PASSED test/test_util.py::TestUtil::test_authority[http://[::1]:80/path-[::1]:80] PASSED test/test_util.py::TestUtil::test_authority[http://google.com/mail-google.com] PASSED test/test_util.py::TestUtil::test_authority[http://google.com:80/mail-google.com:80] PASSED test/test_util.py::TestUtil::test_authority[http://localhost-localhost] PASSED test/test_util.py::TestUtil::test_authority[http://localhost:80-localhost:80] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@192.168.1.1/path-user:pass@192.168.1.1] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@192.168.1.1:80/path-user:pass@192.168.1.1:80] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@[::1]/path-user:pass@[::1]] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@[::1]:80/path-user:pass@[::1]:80] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@google.com/mail-user:pass@google.com] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@google.com:80/mail-user:pass@google.com:80] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@localhost/path-user:pass@localhost] PASSED test/test_util.py::TestUtil::test_authority[http://user:pass@localhost:80/path-user:pass@localhost:80] PASSED test/test_util.py::TestUtil::test_authority[http://user@192.168.1.1:80/path-user@192.168.1.1:80] PASSED test/test_util.py::TestUtil::test_authority[http://user@[::1]:80/path-user@[::1]:80] PASSED test/test_util.py::TestUtil::test_authority[http://user@google.com:80/mail-user@google.com:80] PASSED test/test_util.py::TestUtil::test_authority[http://user@localhost:80/path-user@localhost:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://192.168.0.1/path-192.168.0.1] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://192.168.0.1:80/path-192.168.0.1:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://[::1]/path-[::1]] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://[::1]:80/path-[::1]:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://google.com/mail-google.com] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://google.com:80/mail-google.com:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://localhost-localhost] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://localhost:80-localhost:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@192.168.1.1/path-user:pass@192.168.1.1] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@192.168.1.1:80/path-user:pass@192.168.1.1:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@[::1]/path-user:pass@[::1]] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@[::1]:80/path-user:pass@[::1]:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@google.com/mail-user:pass@google.com] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@google.com:80/mail-user:pass@google.com:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@localhost/path-user:pass@localhost] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@localhost:80/path-user:pass@localhost:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@192.168.1.1:80/path-user@192.168.1.1:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@[::1]:80/path-user@[::1]:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@google.com:80/mail-user@google.com:80] PASSED test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@localhost:80/path-user@localhost:80] PASSED test/test_util.py::TestUtil::test_connection_requires_http_tunnel_http_proxy PASSED test/test_util.py::TestUtil::test_connection_requires_http_tunnel_https_proxy PASSED test/test_util.py::TestUtil::test_connection_requires_http_tunnel_no_proxy PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[ ] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\n] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\r] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\t] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x00] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x01] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x02] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x03] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x04] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x05] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x06] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x07] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x08] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0b] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0c] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0e] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0f] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x10] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x11] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x12] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x13] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x14] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x15] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x16] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x17] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x18] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x19] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1a] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1b] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1c] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1d] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1e] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1f] PASSED test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x7f] PASSED test/test_util.py::TestUtil::test_create_connection_error PASSED test/test_util.py::TestUtil::test_create_connection_with_invalid_idna_labels[...] PASSED test/test_util.py::TestUtil::test_create_connection_with_invalid_idna_labels[.localhost] PASSED test/test_util.py::TestUtil::test_create_connection_with_invalid_idna_labels[tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt] PASSED test/test_util.py::TestUtil::test_create_connection_with_scoped_ipv6 PASSED test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[[dead::beef%en5.]] PASSED test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[[dead::beef%en5]] PASSED test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[[dead::beef]] PASSED test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[a.example.com] PASSED test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[localhost.] PASSED test/test_util.py::TestUtil::test_disable_warnings PASSED test/test_util.py::TestUtil::test_dnsresolver_expected_error PASSED test/test_util.py::TestUtil::test_dnsresolver_forced_error PASSED test/test_util.py::TestUtil::test_encode_invalid_chars_none PASSED test/test_util.py::TestUtil::test_has_ipv6_disabled_on_compile PASSED test/test_util.py::TestUtil::test_has_ipv6_enabled_and_working PASSED test/test_util.py::TestUtil::test_has_ipv6_enabled_but_fails PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs0-less than] PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs1-less than] PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs2-less than] PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs3-cannot be a boolean] PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs4-cannot be a boolean] PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs5-less than or equal] PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs6-int, float or None] PASSED test/test_util.py::TestUtil::test_invalid_timeouts[kwargs7-int, float or None] PASSED test/test_util.py::TestUtil::test_invalid_url[http://::1/] PASSED test/test_util.py::TestUtil::test_invalid_url[http://::1:80/] PASSED test/test_util.py::TestUtil::test_invalid_url[http://\u2764\ufe0f] PASSED test/test_util.py::TestUtil::test_invalid_url[http://\ud7ff.com] PASSED test/test_util.py::TestUtil::test_invalid_url[http://\ud800.com] PASSED test/test_util.py::TestUtil::test_invalid_url[http://\udc00.com] PASSED test/test_util.py::TestUtil::test_invalid_url[http://google.com:-80] PASSED test/test_util.py::TestUtil::test_invalid_url[http://google.com:65536] PASSED test/test_util.py::TestUtil::test_invalid_url[http://google.com:\xb2\xb2] PASSED test/test_util.py::TestUtil::test_invalid_url[http://google.com:foo] PASSED test/test_util.py::TestUtil::test_ip_family_ipv6_disabled PASSED test/test_util.py::TestUtil::test_ip_family_ipv6_enabled PASSED test/test_util.py::TestUtil::test_is_fp_closed_object_has_fp PASSED test/test_util.py::TestUtil::test_is_fp_closed_object_has_neither_fp_nor_closed PASSED test/test_util.py::TestUtil::test_is_fp_closed_object_has_none_fp PASSED test/test_util.py::TestUtil::test_is_fp_closed_object_supports_closed PASSED test/test_util.py::TestUtil::test_make_headers[kwargs0-expected0] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs1-expected1] SKIPPED test/test_util.py::TestUtil::test_make_headers[kwargs10-expected10] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs11-expected11] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs12-expected12] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs13-expected13] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs14-expected14] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs2-expected2] SKIPPED test/test_util.py::TestUtil::test_make_headers[kwargs3-expected3] SKIPPED test/test_util.py::TestUtil::test_make_headers[kwargs4-expected4] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs5-expected5] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs6-expected6] PASSED test/test_util.py::TestUtil::test_make_headers[kwargs7-expected7] SKIPPED test/test_util.py::TestUtil::test_make_headers[kwargs8-expected8] SKIPPED test/test_util.py::TestUtil::test_make_headers[kwargs9-expected9] SKIPPED test/test_util.py::TestUtil::test_netloc[/-None] PASSED test/test_util.py::TestUtil::test_netloc[google.com/foobar-google.com] PASSED test/test_util.py::TestUtil::test_netloc[google.com:12345-google.com:12345] PASSED test/test_util.py::TestUtil::test_netloc[http://192.168.0.1/path-192.168.0.1] PASSED test/test_util.py::TestUtil::test_netloc[http://192.168.0.1:80/path-192.168.0.1:80] PASSED test/test_util.py::TestUtil::test_netloc[http://[::1]/path-[::1]] PASSED test/test_util.py::TestUtil::test_netloc[http://[::1]:80/path-[::1]:80] PASSED test/test_util.py::TestUtil::test_netloc[http://google.com/mail-google.com] PASSED test/test_util.py::TestUtil::test_netloc[http://google.com:80/mail-google.com:80] PASSED test/test_util.py::TestUtil::test_netloc[http://localhost-localhost] PASSED test/test_util.py::TestUtil::test_netloc[http://localhost:80-localhost:80] PASSED test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/.-expected_url3] PASSED test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/..-expected_url1] PASSED test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/./-expected_url4] PASSED test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/./abc/./def/-expected_url2] PASSED test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/abc/../def-expected_url0] PASSED test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/abc/./.././d/././e/.././f/./../../ghi-expected_url5] PASSED test/test_util.py::TestUtil::test_parse_url[#-expected_url21] PASSED test/test_util.py::TestUtil::test_parse_url[#?/!google.com/?foo-expected_url9] PASSED test/test_util.py::TestUtil::test_parse_url[-expected_url7] PASSED test/test_util.py::TestUtil::test_parse_url[/-expected_url8] PASSED test/test_util.py::TestUtil::test_parse_url[/abc/../def-expected_url22] PASSED test/test_util.py::TestUtil::test_parse_url[/foo-expected_url10] PASSED test/test_util.py::TestUtil::test_parse_url[/foo?bar=baz#banana?apple/orange-expected_url12] PASSED test/test_util.py::TestUtil::test_parse_url[/foo?bar=baz-expected_url11] PASSED test/test_util.py::TestUtil::test_parse_url[/redirect?target=http://localhost:61020/-expected_url13] PASSED test/test_util.py::TestUtil::test_parse_url[?-expected_url20] PASSED test/test_util.py::TestUtil::test_parse_url[google.com/mail-expected_url3] PASSED test/test_util.py::TestUtil::test_parse_url[http://K\xf6nigsg\xe4\xdfchen.de/stra\xdfe-expected_url25] PASSED test/test_util.py::TestUtil::test_parse_url[http://foo:bar@localhost/-expected_url17] PASSED test/test_util.py::TestUtil::test_parse_url[http://foo:bar@localhost/-expected_url19] PASSED test/test_util.py::TestUtil::test_parse_url[http://foo@localhost/-expected_url18] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com#\udc00-expected_url30] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com-expected_url5] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com/-expected_url14] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com/-expected_url4] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com/\ud800-expected_url28] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com/mail-expected_url0] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com/mail-expected_url2] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com/mail/-expected_url1] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com:-expected_url23] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com:/-expected_url24] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com:80-expected_url16] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com:80/-expected_url15] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com?foo-expected_url6] PASSED test/test_util.py::TestUtil::test_parse_url[http://google.com?q=\udc00-expected_url29] PASSED test/test_util.py::TestUtil::test_parse_url[http://user":quoted@example.com/-expected_url27] PASSED test/test_util.py::TestUtil::test_parse_url[http://user@email.com:password@example.com/-expected_url26] PASSED test/test_util.py::TestUtil::test_parse_url_bytes_type_error PASSED test/test_util.py::TestUtil::test_parse_url_invalid_IPv6 PASSED test/test_util.py::TestUtil::test_parse_url_negative_port PASSED test/test_util.py::TestUtil::test_parse_url_normalization[HTTP://GOOGLE.COM/MAIL/-http://google.com/MAIL/] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[HTTP://JeremyCline:Hunter2@Example.com:8080/-http://JeremyCline:Hunter2@example.com:8080/] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[HTTPS://Example.Com/?Key=Value-https://example.com/?Key=Value] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[Https://Example.Com/#Fragment-https://example.com/#Fragment] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[[::1%25]-[::1%25]] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[[::1%25zone]-[::1%zone]] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[[::1%zone]-[::1%zone]] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[[::Ff%etH0%Ff]/%ab%Af-[::ff%etH0%FF]/%AB%AF] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[http://google.com/p%5B%5d?parameter%5b%5D=%22hello%22#fragment%23-http://google.com/p%5B%5D?parameter%5B%5D=%22hello%22#fragment%23] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[http://google.com/p[]?parameter[]="hello"#fragment#-http://google.com/p%5B%5D?parameter%5B%5D=%22hello%22#fragment%23] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[http://user:pass@[AaAa::Ff%25etH0%Ff]/%ab%Af-http://user:pass@[aaaa::ff%etH0%FF]/%AB%AF] PASSED test/test_util.py::TestUtil::test_parse_url_normalization[http://user@domain.com:password@example.com/~tilde@?@-http://user%40domain.com:password@example.com/~tilde@?@] PASSED test/test_util.py::TestUtil::test_parse_url_only_zeros PASSED test/test_util.py::TestUtil::test_parse_url_remove_leading_zeros PASSED test/test_util.py::TestUtil::test_request_uri[#-/] PASSED test/test_util.py::TestUtil::test_request_uri[-/] PASSED test/test_util.py::TestUtil::test_request_uri[/-/] PASSED test/test_util.py::TestUtil::test_request_uri[/foo?bar=baz-/foo?bar=baz] PASSED test/test_util.py::TestUtil::test_request_uri[?-/?] PASSED test/test_util.py::TestUtil::test_request_uri[http://google.com-/] PASSED test/test_util.py::TestUtil::test_request_uri[http://google.com/-/] PASSED test/test_util.py::TestUtil::test_request_uri[http://google.com/mail-/mail] PASSED test/test_util.py::TestUtil::test_request_uri[http://google.com/mail/-/mail/] PASSED test/test_util.py::TestUtil::test_rewind_body PASSED test/test_util.py::TestUtil::test_rewind_body_bad_position PASSED test/test_util.py::TestUtil::test_rewind_body_failed_seek PASSED test/test_util.py::TestUtil::test_rewind_body_failed_tell PASSED test/test_util.py::TestUtil::test_scheme_host_port[173.194.35.7-scheme_host_port15] PASSED test/test_util.py::TestUtil::test_scheme_host_port[173.194.35.7-scheme_host_port38] PASSED test/test_util.py::TestUtil::test_scheme_host_port[GOogle.COM/mail-scheme_host_port35] PASSED test/test_util.py::TestUtil::test_scheme_host_port[HTTP://173.194.35.7-scheme_host_port39] PASSED test/test_util.py::TestUtil::test_scheme_host_port[HTTP://GOOGLE.COM/mail/-scheme_host_port34] PASSED test/test_util.py::TestUtil::test_scheme_host_port[HTTP://GoOgLe.CoM:8000/mail/-scheme_host_port36] PASSED test/test_util.py::TestUtil::test_scheme_host_port[HTTP://[2a00:1450:4001:c01::67]:80/test-scheme_host_port40] PASSED test/test_util.py::TestUtil::test_scheme_host_port[HTTP://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:8000/index.html-scheme_host_port41] PASSED test/test_util.py::TestUtil::test_scheme_host_port[HTTP://user:password@EXAMPLE.COM:1234-scheme_host_port37] PASSED test/test_util.py::TestUtil::test_scheme_host_port[HTTPS://[1080:0:0:0:8:800:200c:417A]/index.html-scheme_host_port42] PASSED test/test_util.py::TestUtil::test_scheme_host_port[[2a00:1450:4001:c01::67]-scheme_host_port20] PASSED test/test_util.py::TestUtil::test_scheme_host_port[abOut://eXamPlE.com?info=1-scheme_host_port43] PASSED test/test_util.py::TestUtil::test_scheme_host_port[google.com/mail-scheme_host_port2] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http+UNIX://%2fvar%2frun%2fSOCKET/path-scheme_host_port44] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7-scheme_host_port16] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7/test-scheme_host_port17] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7:80-scheme_host_port18] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7:80/test-scheme_host_port19] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[1080:0:0:0:8:800:200c:417a]/index.html-scheme_host_port26] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[1080::8:800:200c:417a]/foo-scheme_host_port28] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[2010:836b:4179::836b:4179]-scheme_host_port31] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]-scheme_host_port21] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]/test-scheme_host_port22] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]:80-scheme_host_port23] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]:80/test-scheme_host_port24] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[3ffe:2a00:100:7031::1]-scheme_host_port27] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[::192.9.5.5]/ipng-scheme_host_port29] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[::ffff:129.144.52.38]:42/index.html-scheme_host_port30] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[a::b%25zone]-scheme_host_port32] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[a::b%zone]-scheme_host_port33] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://[fedc:ba98:7654:3210:fedc:ba98:7654:3210]:8000/index.html-scheme_host_port25] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com#foo=http://bar:42/baz-scheme_host_port14] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com-scheme_host_port4] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/-scheme_host_port3] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/foo=http://bar:42/baz-scheme_host_port12] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/mail-scheme_host_port0] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/mail/-scheme_host_port1] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com:8000-scheme_host_port8] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com:8000/mail/-scheme_host_port7] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://google.com?foo=http://bar:42/baz-scheme_host_port13] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://mail.google.com-scheme_host_port6] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://user:password@127.0.0.1:1234-scheme_host_port11] PASSED test/test_util.py::TestUtil::test_scheme_host_port[http://www.google.com-scheme_host_port5] PASSED test/test_util.py::TestUtil::test_scheme_host_port[https://google.com-scheme_host_port9] PASSED test/test_util.py::TestUtil::test_scheme_host_port[https://google.com:8000-scheme_host_port10] PASSED test/test_util.py::TestUtil::test_timeout PASSED test/test_util.py::TestUtil::test_timeout_default_resolve PASSED test/test_util.py::TestUtil::test_timeout_elapsed PASSED test/test_util.py::TestUtil::test_timeout_str PASSED test/test_util.py::TestUtil::test_to_bytes[\xe9-params2-\xc3\xa9] PASSED test/test_util.py::TestUtil::test_to_bytes[test-params0-test] PASSED test/test_util.py::TestUtil::test_to_bytes[test-params1-test] PASSED test/test_util.py::TestUtil::test_to_bytes[test-params3-test] PASSED test/test_util.py::TestUtil::test_to_bytes[test-params4-test] PASSED test/test_util.py::TestUtil::test_to_bytes_error PASSED test/test_util.py::TestUtil::test_to_str[test-params0-test] PASSED test/test_util.py::TestUtil::test_to_str[test-params1-test] PASSED test/test_util.py::TestUtil::test_to_str[test-params2-test] PASSED test/test_util.py::TestUtil::test_to_str[test-params3-test] PASSED test/test_util.py::TestUtil::test_to_str_error PASSED test/test_util.py::TestUtil::test_unparse_url[#?/!google.com/?foo-expected_url9] PASSED test/test_util.py::TestUtil::test_unparse_url[-expected_url7] PASSED test/test_util.py::TestUtil::test_unparse_url[/-expected_url8] PASSED test/test_util.py::TestUtil::test_unparse_url[/foo-expected_url10] PASSED test/test_util.py::TestUtil::test_unparse_url[/foo?bar=baz#banana?apple/orange-expected_url12] PASSED test/test_util.py::TestUtil::test_unparse_url[/foo?bar=baz-expected_url11] PASSED test/test_util.py::TestUtil::test_unparse_url[/redirect?target=http://localhost:61020/-expected_url13] PASSED test/test_util.py::TestUtil::test_unparse_url[google.com/mail-expected_url3] PASSED test/test_util.py::TestUtil::test_unparse_url[http://foo:bar@localhost/-expected_url17] PASSED test/test_util.py::TestUtil::test_unparse_url[http://foo:bar@localhost/-expected_url19] PASSED test/test_util.py::TestUtil::test_unparse_url[http://foo@localhost/-expected_url18] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com-expected_url5] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com/-expected_url14] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com/-expected_url4] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com/mail-expected_url0] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com/mail-expected_url2] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com/mail/-expected_url1] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com:80-expected_url16] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com:80/-expected_url15] PASSED test/test_util.py::TestUtil::test_unparse_url[http://google.com?foo-expected_url6] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[//google.com/a/b/c-expected_url4] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[10.251.0.83:7777?a=1 HTTP/1.1\r\nX-injected: header-expected_url6] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[Tons of '@' causing backtracking 1] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[Tons of '@' causing backtracking 2] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[http://127.0.0.1%0d%0aConnection%3a%20keep-alive-expected_url1] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[http://127.0.0.1:6379?\r\nSET test failure12\r\n:8080/test/?test=a-expected_url7] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[http://\u30d2:\u30ad@\u30d2.abc.\u30cb/\u30d2?\u30ad#\u30ef-expected_url5] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[http://google.com#@evil.com/-expected_url0] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[http://google.com/\uff2e\uff2e/abc-expected_url2] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[https://user:pass@xdavidhu.me\\test.corp.google.com:8080/path/to/something?param=value#hash-expected_url8] PASSED test/test_util.py::TestUtil::test_url_vulnerabilities[javascript:a='@google.com:12345/';alert(0)-expected_url3] PASSED test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[LibreSSL 2.8.3-269488335-cpython-version_info5-None-False] PASSED test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.0-269488128-cpython-version_info6-None-False] PASSED test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-cpython-version_info1-None-True] PASSED test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-pypy-version_info2-pypy_version_info2-False] PASSED test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info0-None-True] PASSED test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info4-None-True] PASSED test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-pypy-version_info3-pypy_version_info3-True] PASSED test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[None-VerifyMode.CERT_REQUIRED] PASSED test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[REQUIRED-VerifyMode.CERT_REQUIRED] PASSED test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_NONE-VerifyMode.CERT_NONE] PASSED test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED test/test_util.py::TestUtilSSL::test_resolve_ssl_version[PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED test/test_util.py::TestUtilSSL::test_resolve_ssl_version[TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED test/test_util.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLS-_SSLMethod.PROTOCOL_TLS] PASSED test/test_util.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_creates_new_context PASSED test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_data PASSED test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_directories PASSED test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_the_cert_chain PASSED test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_verify_locations PASSED test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_sni_ip_address_no_warn PASSED test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_sni_none_no_warn PASSED test/test_util.py::TestUtilWithoutIdna::test_parse_url_without_idna PASSED test/test_wait.py::test_eintr[poll_wait_for_socket] PASSED test/test_wait.py::test_eintr[select_wait_for_socket] PASSED test/test_wait.py::test_eintr[wait_for_socket] PASSED test/test_wait.py::test_eintr_infinite_timeout[poll_wait_for_socket] PASSED test/test_wait.py::test_eintr_infinite_timeout[select_wait_for_socket] PASSED test/test_wait.py::test_eintr_infinite_timeout[wait_for_socket] PASSED test/test_wait.py::test_eintr_zero_timeout[poll_wait_for_socket] PASSED test/test_wait.py::test_eintr_zero_timeout[select_wait_for_socket] PASSED test/test_wait.py::test_eintr_zero_timeout[wait_for_socket] PASSED test/test_wait.py::test_wait_for_read_write PASSED test/test_wait.py::test_wait_for_socket[poll_wait_for_socket] PASSED test/test_wait.py::test_wait_for_socket[select_wait_for_socket] PASSED test/test_wait.py::test_wait_for_socket[wait_for_socket] PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_bytestring_body PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_chunks[chunks0] PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_chunks[chunks1] PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_body PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_iterable_body PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_string_body PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_chunked_on_broken_connection PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_chunked_on_redirect PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_chunked_on_retry_after PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_transfer_encoding_header PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_user_agent_header PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_provides_default_host_header PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_provides_default_transfer_encoding_header PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_provides_default_user_agent_header PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_remove_user_agent_header PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_removes_duplicate_host_header PASSED test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_unicode_body PASSED test/with_dummyserver/test_connection.py::test_audit_event PASSED test/with_dummyserver/test_connection.py::test_connection_state_properties PASSED test/with_dummyserver/test_connection.py::test_does_not_release_conn PASSED test/with_dummyserver/test_connection.py::test_double_getresponse PASSED test/with_dummyserver/test_connection.py::test_invalid_tunnel_scheme PASSED test/with_dummyserver/test_connection.py::test_releases_conn PASSED test/with_dummyserver/test_connection.py::test_returns_urllib3_HTTPResponse PASSED test/with_dummyserver/test_connection.py::test_set_tunnel_is_reset PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_303_redirect_makes_request_lose_body PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bad_connect PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bad_decode PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bytes_header PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_check_deflate PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_check_gzip PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_chunked_gzip PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_cleanup_on_connection_error PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_count PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_count_bigpool PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_error_retries PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_default_user_agent_header PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_defaults_are_applied PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_disable_default_socket_options[None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_disable_default_socket_options[socket_options1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_dns_error PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_for_double_release PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_get PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-False] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-True] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-True-False] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-True-True] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-False] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-True] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-True-False] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-True-True] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[ ] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[\n] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[\r] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[\x00] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_keepalive PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_keepalive_close PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_lazy_load_twice PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_mixed_case_hostname PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_nagle PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_no_user_agent_header PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_one_name_multiple_values PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_partial_response PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_percent_encode_invalid_target_chars PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_url PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_multipart PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_multipart__iter__ PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_urlencode PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_preserves_path_dot_segments PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_read_chunked_on_closed_response PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_read_chunked_short_circuit PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_redirect PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_redirect_relative_url_no_deprecation PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_release_conn_parameter PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_request_chunked_is_deprecated PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_request_method_body PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-Accept-Encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-Accept-Encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-accept-encoding0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-accept-encoding1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[False-Content-Length] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[False-content-length] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[True-Content-Length] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[True-content-length] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_options[socket_options0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_options[socket_options1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[1-expect_settimeout_calls0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[None-expect_settimeout_calls1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[timeout2-expect_settimeout_calls2] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[timeout3-expect_settimeout_calls3] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[timeout4-expect_settimeout_calls4] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[1-expect_settimeout_calls0] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[None-expect_settimeout_calls1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[timeout2-expect_settimeout_calls2] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[timeout3-expect_settimeout_calls3] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[timeout4-expect_settimeout_calls4] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_source_address PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_source_address_error[invalid_source_address0-False] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_source_address_error[invalid_source_address1-True] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_stream_keepalive PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_timeout_success PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_tunnel PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_unicode_upload PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_upload PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_urlopen_put PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers2] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers3] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers4] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers5] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-None] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers1] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers2] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers3] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers4] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers5] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_non_ascii_user_agent[Sch\xf6nefeld/1.18.00] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_non_ascii_user_agent[Sch\xf6nefeld/1.18.01] PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_wrong_specific_method PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_conn_closed PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_connect_timeout PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_create_connection_timeout PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout_float PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_total_applies_connect PASSED test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_total_timeout PASSED test/with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_redirect_put_file PASSED test/with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_redirect_with_failed_tell PASSED test/with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_retries_put_filehandle PASSED test/with_dummyserver/test_connectionpool.py::TestRedirectPoolSize::test_pool_size_redirect PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_default_method_forcelist_retried PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_disabled_retry PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_max_retry PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_multi_redirect_history PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_read_retries PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_read_retries_unsuccessful PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_read_total_retries PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_retries_wrong_forcelist PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_retries_wrong_method_list PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_retry_redirect_history PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_retry_return_in_response PASSED test/with_dummyserver/test_connectionpool.py::TestRetry::test_retry_reuse_safe PASSED test/with_dummyserver/test_connectionpool.py::TestRetryAfter::test_redirect_after PASSED test/with_dummyserver/test_connectionpool.py::TestRetryAfter::test_retry_after PASSED test/with_dummyserver/test_connectionpool.py::TestRetryPoolSize::test_pool_size_retry PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_alpn_default SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_md5 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_sha1 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_sha256 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_assert_hostname_false SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_assert_invalid_fingerprint SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_assert_specific_hostname SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ca_dir_verified SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_client_encrypted_key_requires_password SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_client_intermediate SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_client_key_password SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_client_no_intermediate SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_context_combines_with_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_default_ssl_context_ssl_min_max_versions PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_dotted_fqdn SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_enhanced_ssl_connection SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_enhanced_timeout PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_good_fingerprint_and_hostname_mismatch SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_https_timeout SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_invalid_common_name SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_no_ssl PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_no_tls_version_deprecation_with_ssl_context SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_server_hostname SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_set_cert_default_cert_required PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_set_ssl_version_to_tls_version SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_simple SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_correct_system_time SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_unverified_with_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_is_deprecated SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_wrong_system_time SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_sslkeylogfile SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_sslkeylogfile_empty[None] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_sslkeylogfile_empty[] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_tls_protocol_name_of_socket SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_tls_version_maximum_and_minimum SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_tunnel SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_unverified_ssl SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_verified SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_verified_with_bad_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_verified_with_context SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_verified_without_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS::test_verify_none_and_bad_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_verify_none_and_good_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS::test_wrap_socket_failure_resource_leak SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_assert_hostname_invalid_cn PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_assert_hostname_invalid_san PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_can_validate_san[127.0.0.1] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_can_validate_san[::1] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_can_validate_san[localhost] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_fails[127.0.0.1] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_fails[::1] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_fails[localhost] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_with_different_common_name PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[127.0.0.1-False] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[127.0.0.1-True] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[::1-False] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[::1-True] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[localhost-False] PASSED test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[localhost-True] PASSED test/with_dummyserver/test_https.py::TestHTTPS_IPV4SAN::test_can_validate_ip_san PASSED test/with_dummyserver/test_https.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[::1] PASSED test/with_dummyserver/test_https.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[[::1]] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_alpn_default SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_md5 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha1 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha256 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_hostname_false SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_invalid_fingerprint SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_specific_hostname SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ca_dir_verified SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_encrypted_key_requires_password SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_intermediate SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_key_password SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_no_intermediate SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_context_combines_with_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_default_ssl_context_ssl_min_max_versions SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_dotted_fqdn SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_enhanced_ssl_connection SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_enhanced_timeout SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_good_fingerprint_and_hostname_mismatch SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_https_timeout SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_invalid_common_name SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_no_ssl SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_no_tls_version_deprecation_with_ssl_context SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_server_hostname SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_cert_default_cert_required SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_ssl_version_to_tls_version SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_simple SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_correct_system_time SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_unverified_with_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_is_deprecated SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_wrong_system_time SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_sslkeylogfile SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[None] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tls_protocol_name_of_socket SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tls_version_maximum_and_minimum SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tunnel SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_unverified_ssl SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_with_bad_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_with_context SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_without_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verify_none_and_bad_fingerprint SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verify_none_and_good_fingerprint SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_wrap_socket_failure_resource_leak SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_alpn_default SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_md5 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha1 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha256 SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_hostname_false SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_invalid_fingerprint SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_specific_hostname SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ca_dir_verified SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_encrypted_key_requires_password SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_intermediate SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_key_password SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_no_intermediate SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_context_combines_with_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_default_ssl_context_ssl_min_max_versions SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_dotted_fqdn SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_enhanced_ssl_connection SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_enhanced_timeout SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_good_fingerprint_and_hostname_mismatch SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_https_timeout SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_invalid_common_name SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_no_ssl SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_no_tls_version_deprecation_with_ssl_context SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_server_hostname SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_cert_default_cert_required SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_ssl_version_to_tls_version SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_simple SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_correct_system_time SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_unverified_with_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_is_deprecated SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_wrong_system_time SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_sslkeylogfile SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[None] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[] SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tls_protocol_name_of_socket SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tls_version_maximum_and_minimum SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tunnel SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_unverified_ssl SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_with_bad_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_with_context SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_without_ca_certs SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verify_none_and_bad_fingerprint SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verify_none_and_good_fingerprint SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_wrap_socket_failure_resource_leak SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_alpn_default PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_md5 PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha1 PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha256 PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_hostname_false PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_invalid_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_specific_hostname PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ca_dir_verified PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_encrypted_key_requires_password PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_intermediate PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_key_password PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_no_intermediate PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_context_combines_with_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_default_ssl_context_ssl_min_max_versions PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_dotted_fqdn PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_enhanced_ssl_connection PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_enhanced_timeout PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_good_fingerprint_and_hostname_mismatch PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_https_timeout PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_invalid_common_name PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_no_ssl PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_no_tls_version_deprecation_with_ssl_context PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_server_hostname PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_cert_default_cert_required PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_ssl_version_to_tls_version PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_simple PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_context_ssl_version_uses_ssl_min_max_versions PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_correct_system_time PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_unverified_with_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_is_deprecated PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_wrong_system_time PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_sslkeylogfile PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[None] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tls_protocol_name_of_socket PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tls_version_maximum_and_minimum PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tunnel PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_unverified_ssl PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_with_bad_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_with_context PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_without_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verify_none_and_bad_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verify_none_and_good_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_wrap_socket_failure_resource_leak PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_alpn_default PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_md5 PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha1 PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha256 PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_hostname_false PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_invalid_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_specific_hostname PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ca_dir_verified PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_encrypted_key_requires_password PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_intermediate PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_key_password PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_no_intermediate PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_context_combines_with_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_default_ssl_context_ssl_min_max_versions PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_dotted_fqdn PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_enhanced_ssl_connection PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_enhanced_timeout PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_good_fingerprint_and_hostname_mismatch PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_https_timeout PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_invalid_common_name PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_no_ssl PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_no_tls_version_deprecation_with_ssl_context PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_server_hostname PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_cert_default_cert_required PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_ssl_version_to_tls_version PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_simple PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_correct_system_time PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_unverified_with_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_is_deprecated SKIPPED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_wrong_system_time PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_sslkeylogfile PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[None] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[] PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tls_protocol_name_of_socket PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tls_version_maximum_and_minimum PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tunnel PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_unverified_ssl PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_with_bad_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_with_context PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_without_ca_certs PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verify_none_and_bad_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verify_none_and_good_fingerprint PASSED test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_wrap_socket_failure_resource_leak PASSED test/with_dummyserver/test_no_ssl.py::TestHTTPSWithoutSSL::test_simple PASSED test/with_dummyserver/test_no_ssl.py::TestHTTPWithoutSSL::test_simple PASSED test/with_dummyserver/test_poolmanager.py::TestIPv6PoolManager::test_ipv6 PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_303_redirect_makes_request_lose_body PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_body PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_cross_host_redirect PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri#?#-/echo_uri] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri#?-/echo_uri] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?#-/echo_uri?] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?%3F#-/echo_uri?%3F] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?%3f#-/echo_uri?%3F] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri??#-/echo_uri??] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?[]-/echo_uri?%5B%5D] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?q=1#fragment-/echo_uri?q=1] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_headers PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_headers_http_header_dict PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_headers_http_multi_header_multipart PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_ca_cert_dir PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_server_hostname PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_ssl_keywords PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_merge_headers_with_pool_manager_headers PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_missing_port PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_raise_on_redirect PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_raise_on_status PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_no_remove_headers PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_remove_headers PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_set_removed_headers PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_to_relative_url PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_twice PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_without_preload_releases_connection PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[None] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers1] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers2] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers3] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers4] PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_too_many_redirects PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_body PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_body_and_json PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_decode_content PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_invalid_body PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_json_with_httpheaderdict PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_preload_content PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_redirect PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_retries PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_timeout PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_without_keyword_args PASSED test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_unknown_scheme PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_basic_proxy PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_cross_host_redirect PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_cross_protocol_redirect PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_connect_timeout[http-http-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_connect_timeout[https-http-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_connect_timeout[https-https-True] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_request_timeout[http-http-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_request_timeout[https-http-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_request_timeout[https-https-True] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_headerdict PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_headers PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_http_and_https_kwarg_ca_cert_data_proxy PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_headers PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_headers_forwarding_for_https PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_forwarding_for_https PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_pyopenssl_not_supported PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[http-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_with_proxy_ssl_context PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_invalid_schema[127.0.0.1-Proxy URL had no scheme, should start with http:// or https://] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_invalid_schema[ftp://google.com-Proxy URL had unsupported scheme ftp, should use http:// or https://] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_invalid_schema[localhost:8080-Proxy URL had no scheme, should start with http:// or https://] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_nagle_proxy PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_oldapi PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[http-http] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[http-https] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[https-http] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[https-https] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_https_target_tls_error[http-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_https_target_tls_error[https-False] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_https_target_tls_error[https-True] SKIPPED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_pooling PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_pooling_ext PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_verified PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_redirect PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_scheme_host_case_insensitive PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_connect_timeout[http-https] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_connect_timeout[https-https] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_request_timeout[http-https] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_request_timeout[https-https] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_fingerprint_md5 PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_fingerprint_md5_non_matching PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname[127.0.0.1] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname[::1] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname[localhost] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname_non_matching[127.0.0.1] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname_non_matching[::1] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname_non_matching[localhost] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_hostname_verification PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_ipv4_san PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_ipv6_san PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_no_san[http] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_no_san[https] PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_no_san_hostname_checks_common_name PASSED test/with_dummyserver/test_proxy_poolmanager.py::TestIPv6HTTPProxyManager::test_basic_ipv6_proxy PASSED test/with_dummyserver/test_socketlevel.py::TestALPN::test_alpn_protocol_in_first_request_packet PASSED test/with_dummyserver/test_socketlevel.py::TestBadContentLength::test_enforce_content_length_get PASSED test/with_dummyserver/test_socketlevel.py::TestBadContentLength::test_enforce_content_length_no_body PASSED test/with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_colon_or_value PASSED test/with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_name PASSED test/with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_name_or_value PASSED test/with_dummyserver/test_socketlevel.py::TestBrokenPipe::test_ignore_broken_pipe_errors PASSED test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_cert_with_bytes_password PASSED test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_cert_with_string_password PASSED test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_certs_one_file PASSED test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_certs_two_files PASSED test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_load_invalid_cert_file PASSED test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_load_keyfile_with_invalid_password PASSED test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_missing_client_certs_raises_error PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytearray-PATCH] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytearray-POST] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytearray-PUT] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytes-PATCH] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytes-POST] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytes-PUT] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file-PATCH] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file-POST] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file-PUT] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file_text-PATCH] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file_text-POST] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file_text-PUT] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[generator-PATCH] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[generator-POST] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[generator-PUT] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PATCH-False] SKIPPED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PATCH-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-POST-False] SKIPPED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-POST-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PUT-False] SKIPPED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PUT-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PATCH-False] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PATCH-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-POST-False] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-POST-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PUT-False] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PUT-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PATCH-False] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PATCH-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-POST-False] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-POST-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PUT-False] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PUT-True] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PATCH-0] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PATCH-None] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[POST-0] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[POST-None] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PUT-0] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PUT-None] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[content-length-10-: 10\r\n\r\nxxxxxxxx-lower] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[content-length-10-: 10\r\n\r\nxxxxxxxx-title] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[content-length-10-: 10\r\n\r\nxxxxxxxx-upper] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[transfer-encoding-chunked-: chunked\r\n\r\n8\r\nxxxxxxxx\r\n0\r\n\r\n-lower] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[transfer-encoding-chunked-: chunked\r\n\r\n8\r\nxxxxxxxx\r\n0\r\n\r\n-title] PASSED test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[transfer-encoding-chunked-: chunked\r\n\r\n8\r\nxxxxxxxx\r\n0\r\n\r\n-upper] PASSED test/with_dummyserver/test_socketlevel.py::TestCookies::test_multi_setcookie PASSED test/with_dummyserver/test_socketlevel.py::TestErrorWrapping::test_bad_statusline PASSED test/with_dummyserver/test_socketlevel.py::TestErrorWrapping::test_unknown_protocol PASSED test/with_dummyserver/test_socketlevel.py::TestHEAD::test_chunked_head_response_does_not_hang PASSED test/with_dummyserver/test_socketlevel.py::TestHEAD::test_empty_head_response_does_not_hang PASSED test/with_dummyserver/test_socketlevel.py::TestHeaderParsingContentType::test_header_message_rfc822 PASSED test/with_dummyserver/test_socketlevel.py::TestHeaderParsingContentType::test_header_text_plain PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_are_sent_with_the_original_case PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[GET-None] PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[POST-None] PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[POST-bytes-io] PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[POST-bytes] PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_httplib_headers_case_insensitive PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_request_headers_are_sent_in_the_original_order PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_request_host_header_ignores_fqdn_dot SKIPPED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_response_headers_are_returned_in_the_original_order PASSED test/with_dummyserver/test_socketlevel.py::TestHeaders::test_ua_header_can_be_overridden PASSED test/with_dummyserver/test_socketlevel.py::TestMultipartResponse::test_multipart_assert_header_parsing_no_defects PASSED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_connect_ipv6_addr PASSED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_connect_reconn PASSED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_headers PASSED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_https_proxymanager_connected_to_http_proxy[http] PASSED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_https_proxymanager_connected_to_http_proxy[https] PASSED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_retries PASSED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_simple PASSED test/with_dummyserver/test_socketlevel.py::TestRetryPoolSizeDrainFail::test_pool_size_retry_drain_fail PASSED test/with_dummyserver/test_socketlevel.py::TestSNI::test_hostname_in_first_request_packet PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_load_verify_locations_exception PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl[False-2147483648] SKIPPED test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl[False-None] SKIPPED test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl[True-None] SKIPPED test/with_dummyserver/test_socketlevel.py::TestSSL::test_retry_ssl_error PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_custom_validation_failure_terminates PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_dont_load_default_certs_when_given PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_failed_fingerprint_verification PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_failure_midway_through_conn PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_load_default_certs_when_empty PASSED test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_read_timeout PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_closing_response_actually_closes_connection PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_cleanup_on_protocol_error_during_read PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_cleanup_on_read_timeout PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_closed_on_read_timeout_preload_false PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_read_timeout PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_refused PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_delayed_body_read_timeout PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_delayed_body_read_timeout_with_preload PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_https_connection_read_timeout PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_incomplete_response PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_read_timeout_dont_retry_method_not_in_allowlist PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_recovery_when_server_closes_connection PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_release_conn_param_is_respected_after_timeout_retry PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_retry_weird_http_version PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_socket_close_socket_then_file PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_socket_close_stays_open_with_makefile_open PASSED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_timeout_errors_cause_retries PASSED test/with_dummyserver/test_socketlevel.py::TestStream::test_large_compressed_stream PASSED test/with_dummyserver/test_socketlevel.py::TestStream::test_stream_none_unchunked_response_does_not_hang PASSED =============================== warnings summary =============================== test/test_ssltransport.py::SingleTLSLayerTestCase::test_unwrap_existing_socket $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/test_ssltransport.py::SingleTLSLayerTestCase::test_unwrap_existing_socket $(@D)/dummyserver/server.py:146: ResourceWarning: unclosed self.socket_handler(sock) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_server_hostname $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_server_hostname $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/contrib/test_socks.py: 17 warnings $(@D)/dummyserver/server.py:133: NoIPv6Warning: No IPv6 support. Falling back to IPv4. warnings.warn("No IPv6 support. Falling back to IPv4.", NoIPv6Warning) test/with_dummyserver/test_connection.py::test_returns_urllib3_HTTPResponse $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connection.py::test_does_not_release_conn $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connection.py::test_double_getresponse $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/urllib3/util/retry.py:230: ResourceWarning: unclosed self.status_forcelist = status_forcelist or set() Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-True] $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed conn = pool._get_conn() Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-True] $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-False] $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed conn = pool._get_conn() Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-False] $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-True] $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed conn = pool._get_conn() Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-True] $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-False] $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed conn = pool._get_conn() Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-False] $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_request_chunked_is_deprecated $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_server_hostname $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_server_hostname $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed result = testfunction(**testargs) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed return self.sslsocket_class._create( Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 1737 passed, 307 skipped, 44 warnings ========