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

This commit is contained in:
Martin Weinelt
2026-07-22 02:46:01 +02:00
parent 91df1e76f2
commit 3655ed910f
@@ -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
];