devpi-server: set __darwinAllowLocalNetworking

allowing tests to pass on sandboxed darwin
This commit is contained in:
Robert Scott 2021-05-25 22:01:46 +01:00
parent 995d2d87c8
commit 46e66614d9

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