Skip to content

Commit 6ecbaa9

Browse files
authored
Fix hassfest requirements check (home-assistant#163681)
1 parent 6115a4c commit 6ecbaa9

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
type: boolean
3838

3939
env:
40-
CACHE_VERSION: 2
40+
CACHE_VERSION: 3
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
4343
HA_SHORT_VERSION: "2026.3"

script/hassfest/requirements.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,6 @@
203203
"sense": {"sense-energy": {"async-timeout"}},
204204
"slimproto": {"aioslimproto": {"async-timeout"}},
205205
"surepetcare": {"surepy": {"async-timeout"}},
206-
"tami4": {
207-
# https://github.com/SeleniumHQ/selenium/issues/16943
208-
# tami4 > selenium > types*
209-
"selenium": {"types-certifi", "types-urllib3"},
210-
},
211206
"travisci": {
212207
# https://github.com/menegazzo/travispy seems to be unmaintained
213208
# and unused https://www.home-assistant.io/integrations/travisci

0 commit comments

Comments
 (0)