python312Packages.circus: allow local networking to fix darwin tests

This commit is contained in:
Gaetan Lepage 2024-10-06 10:46:26 +02:00
parent ab465eeb20
commit ff1081db99

View File

@ -83,6 +83,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "circus" ];
__darwinAllowLocalNetworking = true;
meta = {
description = "Process and socket manager";
homepage = "https://github.com/circus-tent/circus";