From 5ad3d77d17ba57b48b33fc9a327fe0dfd3f2d184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 6 May 2026 08:50:36 -0700 Subject: [PATCH] python3Packages.zigpy-xbee: tests depend on pyserial-asyncio-fast --- pkgs/development/python-modules/zigpy-xbee/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/zigpy-xbee/default.nix b/pkgs/development/python-modules/zigpy-xbee/default.nix index 7ff1921c72b9..37d64f73dca5 100644 --- a/pkgs/development/python-modules/zigpy-xbee/default.nix +++ b/pkgs/development/python-modules/zigpy-xbee/default.nix @@ -4,6 +4,7 @@ fetchFromGitHub, pytest-asyncio, pytestCheckHook, + pyserial-asyncio-fast, setuptools, zigpy, }: @@ -35,6 +36,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook + pyserial-asyncio-fast ]; disabledTests = [