pythonPackages.httpretty: fix darwin sandbox build
The tests use localhost networking and get stuck otherwise.
This commit is contained in:
parent
0ac83f0857
commit
0622907523
@ -30,6 +30,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://falcao.it/HTTPretty/";
|
||||
description = "HTTP client request mocking tool";
|
||||
|
Loading…
Reference in New Issue
Block a user