From e24be8acf69a89d6be1b8ac9d2885fb20e88a5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 10 Aug 2026 17:10:26 -0700 Subject: [PATCH] python3Packages.aiohomematic: fix tests on Darwin --- pkgs/development/python-modules/aiohomematic/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/aiohomematic/default.nix b/pkgs/development/python-modules/aiohomematic/default.nix index ef69bb9839a8..7e920b98bb3e 100644 --- a/pkgs/development/python-modules/aiohomematic/default.nix +++ b/pkgs/development/python-modules/aiohomematic/default.nix @@ -51,6 +51,12 @@ buildPythonPackage (finalAttrs: { pytestCheckHook ]; + __darwinAllowLocalNetworking = true; + + disabledTestPaths = [ + "tests/benchmarks" + ]; + pythonImportsCheck = [ "aiohomematic" ]; meta = {