pythonPackages.httpx: Fix tests with sandbox on darwin
This commit is contained in:
parent
c3721dddab
commit
355b41c691
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ buildPythonPackage rec {
|
|||
"test_sync_proxy_close"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The next generation HTTP client";
|
||||
homepage = "https://github.com/encode/httpx";
|
||||
|
|
Loading…
Reference in a new issue