home-assistant-custom-components.octopus_energy: pin pytest 9.0.x

This commit is contained in:
Martin Weinelt
2026-07-22 02:47:12 +02:00
parent 3655ed910f
commit fa67cb5f40

View File

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