python3Packages.httpx-socks: disable failing tests

main
Fabian Affolter 2 years ago
parent 3dff038ace
commit fcf7505733
  1. 6
      pkgs/development/python-modules/httpx-socks/default.nix

@ -56,6 +56,12 @@ buildPythonPackage rec {
"httpx_socks"
];
disabledTests = [
# Tests don't work in the sandbox
"test_proxy"
"test_secure_proxy"
];
meta = with lib; {
description = "Proxy (HTTP, SOCKS) transports for httpx";
homepage = "https://github.com/romis2012/httpx-socks";

Loading…
Cancel
Save