From 91df1e76f2b105f6f7c429b0a8a55730a83aac35 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 22 Jul 2026 02:45:32 +0200 Subject: [PATCH] home-assistant-custom-components.dreo: pin pytest 9.0.x --- .../servers/home-assistant/custom-components/dreo/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/dreo/package.nix b/pkgs/servers/home-assistant/custom-components/dreo/package.nix index 011c2cb18c85..a5d5ee154478 100644 --- a/pkgs/servers/home-assistant/custom-components/dreo/package.nix +++ b/pkgs/servers/home-assistant/custom-components/dreo/package.nix @@ -5,7 +5,7 @@ nix-update-script, websockets, # Test dependencies - pytestCheckHook, + pytest9_0CheckHook, pytest-homeassistant-custom-component, }: @@ -25,7 +25,7 @@ buildHomeAssistantComponent rec { nativeCheckInputs = [ pytest-homeassistant-custom-component - pytestCheckHook + pytest9_0CheckHook ]; pytestFlags = [