mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python312Packages.circus: allow local networking to fix darwin tests
This commit is contained in:
parent
ab465eeb20
commit
ff1081db99
@ -83,6 +83,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "circus" ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
description = "Process and socket manager";
|
||||
homepage = "https://github.com/circus-tent/circus";
|
||||
|
Loading…
Reference in New Issue
Block a user