Skip to content

Commit

Permalink
pythonPackages.httpretty: fix darwin sandbox build
Browse files Browse the repository at this point in the history
The tests use localhost networking and get stuck otherwise.
  • Loading branch information
LnL7 committed Feb 14, 2019
1 parent 0ac83f0 commit 0622907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/httpretty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0622907

Please sign in to comment.