pythonPackages.httpx: Fix tests with sandbox on darwin
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user