From a0e101bd1bd9f2ca2531861e9a1ebdb200d8be60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 4 Jun 2025 16:02:20 -0700 Subject: [PATCH] python3Packages.pysmlight: fix tests on Darwin --- pkgs/development/python-modules/pysmlight/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pysmlight/default.nix b/pkgs/development/python-modules/pysmlight/default.nix index 475c21daeac0..e2c7c3126fd6 100644 --- a/pkgs/development/python-modules/pysmlight/default.nix +++ b/pkgs/development/python-modules/pysmlight/default.nix @@ -41,6 +41,8 @@ buildPythonPackage rec { pytestCheckHook ]; + __darwinAllowLocalNetworking = true; + meta = { changelog = "https://github.com/smlight-tech/pysmlight/releases/tag/${src.tag}"; description = "Library implementing API control of the SMLIGHT SLZB-06 LAN Coordinators";