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
commit 39e2f05094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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