Skip to content

Commit

Permalink
Добавлено тестирование для 2024.6-2024.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Oct 13, 2024
1 parent 81e5b93 commit edba9ee
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ jobs:
python-version: '3.12'
- ha-version: '2024.5'
python-version: '3.12'
- ha-version: '2024.6'
python-version: '3.12'
- ha-version: '2024.7'
python-version: '3.12'
- ha-version: '2024.8'
python-version: '3.12'
- ha-version: '2024.9'
python-version: '3.12'
- ha-version: '2024.10'
python-version: '3.12'
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ asyncio_mode = "auto"
[[tool.mypy.overrides]]
module = "custom_components.yandex_station.*"
ignore_errors = true
pip i
4 changes: 4 additions & 0 deletions tests/requirements_2024.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest-homeassistant-custom-component==0.13.171
voluptuous-stubs==0.1.1
mypy-dev==1.12.0a5
dacite
4 changes: 4 additions & 0 deletions tests/requirements_2024.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest-homeassistant-custom-component==0.13.132
voluptuous-stubs==0.1.1
mypy-dev==1.12.0a5
dacite
4 changes: 4 additions & 0 deletions tests/requirements_2024.7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest-homeassistant-custom-component==0.13.144
voluptuous-stubs==0.1.1
mypy-dev==1.12.0a5
dacite
4 changes: 4 additions & 0 deletions tests/requirements_2024.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest-homeassistant-custom-component==0.13.152
voluptuous-stubs==0.1.1
mypy-dev==1.12.0a5
dacite
4 changes: 4 additions & 0 deletions tests/requirements_2024.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest-homeassistant-custom-component==0.13.161
voluptuous-stubs==0.1.1
mypy-dev==1.12.0a5
dacite

0 comments on commit edba9ee

Please sign in to comment.