Merge pull request #160616 from fabaff/fix-httpx-socks

This commit is contained in:
Sandro
2022-02-18 17:11:48 +01:00
committed by GitHub
@@ -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";