devpi-client: set __darwinAllowLocalNetworking
allowing tests to pass on sandboxed darwin
This commit is contained in:
parent
0995d4e24d
commit
995d2d87c8
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ buildPythonApplication rec {
|
|||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://doc.devpi.net";
|
||||
description = "Client for devpi, a pypi index server and packaging meta tool";
|
||||
|
|
Loading…
Reference in a new issue