diff --git a/manage/pytest_all_ha_versions b/manage/pytest_all_ha_versions index da96dc4..e1f613c 100644 --- a/manage/pytest_all_ha_versions +++ b/manage/pytest_all_ha_versions @@ -47,7 +47,13 @@ pip3 list 2>/dev/null | grep pytest-homeassistant-custom-component pytest -q --no-summary --asyncio-mode=strict tests echo -pip3 install -qq homeassistant~=2022.12.0 pytest-homeassistant-custom-component~=0.12.0 +pip3 install -qq homeassistant==2022.12.8 pytest-homeassistant-custom-component==0.12.36 +pip3 list 2>/dev/null | grep homeassistant | grep -v "\-home" +pip3 list 2>/dev/null | grep pytest-homeassistant-custom-component +pytest -q --no-summary --asyncio-mode=auto tests + +echo +pip3 install -qq homeassistant~=2023.1.0 pytest-homeassistant-custom-component~=0.12.0 pip3 list 2>/dev/null | grep homeassistant | grep -v "\-home" pip3 list 2>/dev/null | grep pytest-homeassistant-custom-component pytest -q --no-summary --asyncio-mode=auto tests