pythonPackages.httpx: Fix tests with sandbox on darwin

This commit is contained in:
Sandro Jäckel 2021-01-06 00:14:51 +01:00
parent c3721dddab
commit 355b41c691
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";