3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.sphinx: fix tests on darwin

This commit is contained in:
Malo Bourgon 2022-03-14 14:08:48 -07:00
parent 40affce35d
commit 1bce36cfb7

View file

@ -92,9 +92,11 @@ buildPythonPackage rec {
# Due to lack of network sandboxing can't guarantee port 7777 isn't bound
"test_inspect_main_url"
"test_auth_header_uses_first_match"
"test_linkcheck_allowed_redirects"
"test_linkcheck_request_headers"
"test_linkcheck_request_headers_no_slash"
"test_follows_redirects_on_HEAD"
"test_get_after_head_raises_connection_error"
"test_invalid_ssl"
"test_connect_to_selfsigned_with_tls_verify_false"
"test_connect_to_selfsigned_with_tls_cacerts"