From 87e46b908dffcb7b19fa3333f42ccc1ab6dd6925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 1 Oct 2025 05:31:54 -0700 Subject: [PATCH] python3Packages.zigpy-znp: skip failing tests --- pkgs/development/python-modules/zigpy-znp/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/zigpy-znp/default.nix b/pkgs/development/python-modules/zigpy-znp/default.nix index 618ada6fbbad..7efb2dbcdce9 100644 --- a/pkgs/development/python-modules/zigpy-znp/default.nix +++ b/pkgs/development/python-modules/zigpy-znp/default.nix @@ -59,6 +59,12 @@ buildPythonPackage rec { pytestFlags = [ "--reruns=3" ]; + disabledTests = [ + # broken by https://github.com/zigpy/zigpy/pull/1635 + "test_concurrency_auto_config" + "test_request_concurrency" + ]; + pythonImportsCheck = [ "zigpy_znp" ]; meta = with lib; {