python3Packages.httpx-socks: disable failing tests

This commit is contained in:
Fabian Affolter 2022-02-18 13:34:33 +01:00
parent 3dff038ace
commit fcf7505733

View File

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