mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
Merge pull request #160616 from fabaff/fix-httpx-socks
This commit is contained in:
commit
39e2f05094
@ -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