Skip to content

Commit

Permalink
Added HA 2023.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbkarlsson authored Jan 7, 2023
1 parent d4e40cf commit df9c061
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion manage/pytest_all_ha_versions
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit df9c061

Please sign in to comment.