From 3655ed910f10bae02be18859d7442f13614b2ed5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 22 Jul 2026 02:46:01 +0200 Subject: [PATCH] home-assistant-custom-components.systemair: pin pytest 9.0.x --- .../home-assistant/custom-components/systemair/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/systemair/package.nix b/pkgs/servers/home-assistant/custom-components/systemair/package.nix index c9436486048b..0d502588af83 100644 --- a/pkgs/servers/home-assistant/custom-components/systemair/package.nix +++ b/pkgs/servers/home-assistant/custom-components/systemair/package.nix @@ -7,7 +7,7 @@ aiohttp, websocket-client, beautifulsoup4, - pytestCheckHook, + pytest9_0CheckHook, pytest-homeassistant-custom-component, }: @@ -36,7 +36,7 @@ buildHomeAssistantComponent rec { ]; nativeCheckInputs = [ - pytestCheckHook + pytest9_0CheckHook pytest-homeassistant-custom-component ];