From 5f2f28ec3ccdaed7d8a964735f5aa8ade95bf980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 26 Jun 2025 10:16:10 -0700 Subject: [PATCH] python3Packages.systembridgeconnector: fix tests on Darwin --- .../python-modules/systembridgeconnector/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/systembridgeconnector/default.nix b/pkgs/development/python-modules/systembridgeconnector/default.nix index c60853410e42..8fd7fc89bb66 100644 --- a/pkgs/development/python-modules/systembridgeconnector/default.nix +++ b/pkgs/development/python-modules/systembridgeconnector/default.nix @@ -56,6 +56,8 @@ buildPythonPackage rec { syrupy ]; + __darwinAllowLocalNetworking = true; + disabledTests = [ "test_get_data" "test_wait_for_response_timeout"