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 ];