python3Packages.sphinx: fix tests on darwin

main
Malo Bourgon 2 years ago
parent 40affce35d
commit 1bce36cfb7
  1. 2
      pkgs/development/python-modules/sphinx/default.nix

@ -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"

Loading…
Cancel
Save