From ff1081db9926414f218b93bf3ebaf637d8cd4c3b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 6 Oct 2024 10:46:26 +0200 Subject: [PATCH] python312Packages.circus: allow local networking to fix darwin tests --- pkgs/development/python-modules/circus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/circus/default.nix b/pkgs/development/python-modules/circus/default.nix index e1d975e5b149..392a056df64f 100644 --- a/pkgs/development/python-modules/circus/default.nix +++ b/pkgs/development/python-modules/circus/default.nix @@ -83,6 +83,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "circus" ]; + __darwinAllowLocalNetworking = true; + meta = { description = "Process and socket manager"; homepage = "https://github.com/circus-tent/circus";