devpi-server: set __darwinAllowLocalNetworking

allowing tests to pass on sandboxed darwin

(cherry picked from commit 46e66614d9db4e1c8b1b3058642da191a4a1b291)
This commit is contained in:
Robert Scott 2021-05-25 22:01:46 +01:00
parent 828cf19e1e
commit 2c8139ee6b
1 changed files with 2 additions and 0 deletions

View File

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