python3Packages.httpx-socks: disable failing tests
This commit is contained in:
parent
3dff038ace
commit
fcf7505733
@ -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 New Issue
Block a user