pythonPackages.httpx: Fix tests with sandbox on darwin
This commit is contained in:
parent
c3721dddab
commit
355b41c691
@ -56,6 +56,8 @@ buildPythonPackage rec {
|
|||||||
"test_sync_proxy_close"
|
"test_sync_proxy_close"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The next generation HTTP client";
|
description = "The next generation HTTP client";
|
||||||
homepage = "https://github.com/encode/httpx";
|
homepage = "https://github.com/encode/httpx";
|
||||||
|
Loading…
Reference in New Issue
Block a user