Merge pull request #160616 from fabaff/fix-httpx-socks
This commit is contained in:
commit
39e2f05094
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue