From fa67cb5f409b9320936c1f967bafed5d290b4bb2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 22 Jul 2026 02:47:12 +0200 Subject: [PATCH] home-assistant-custom-components.octopus_energy: pin pytest 9.0.x --- .../custom-components/octopus_energy/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix b/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix index 17e9081d747c..c42279e173ac 100644 --- a/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix +++ b/pkgs/servers/home-assistant/custom-components/octopus_energy/package.nix @@ -2,7 +2,7 @@ lib, fetchFromGitHub, buildHomeAssistantComponent, - pytestCheckHook, + pytest9_0CheckHook, pytest-homeassistant-custom-component, pydantic, mock, @@ -23,7 +23,7 @@ buildHomeAssistantComponent rec { dependencies = [ pydantic ]; nativeCheckInputs = [ - pytestCheckHook + pytest9_0CheckHook pytest-homeassistant-custom-component mock ];