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 ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://falcao.it/HTTPretty/";
|
homepage = "https://falcao.it/HTTPretty/";
|
||||||
description = "HTTP client request mocking tool";
|
description = "HTTP client request mocking tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user