devpi-server: set __darwinAllowLocalNetworking
allowing tests to pass on sandboxed darwin (cherry picked from commit 46e66614d9db4e1c8b1b3058642da191a4a1b291)
This commit is contained in:
parent
828cf19e1e
commit
2c8139ee6b
|
@ -55,6 +55,8 @@ python3Packages.buildPythonApplication rec {
|
|||
"TestMirrorIndexThings"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib;{
|
||||
homepage = "http://doc.devpi.net";
|
||||
description = "Github-style pypi index server and packaging meta tool";
|
||||
|
|
Loading…
Reference in New Issue