pythonPackages.httpretty: fix darwin sandbox build

The tests use localhost networking and get stuck otherwise.
This commit is contained in:
Daiderd Jordan 2019-02-14 20:42:44 +01:00
parent 0ac83f0857
commit 0622907523
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

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