mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +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"
|
"httpx_socks"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# Tests don't work in the sandbox
|
||||||
|
"test_proxy"
|
||||||
|
"test_secure_proxy"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Proxy (HTTP, SOCKS) transports for httpx";
|
description = "Proxy (HTTP, SOCKS) transports for httpx";
|
||||||
homepage = "https://github.com/romis2012/httpx-socks";
|
homepage = "https://github.com/romis2012/httpx-socks";
|
||||||
|
Loading…
Reference in New Issue
Block a user