From 6ecbaa979a72e211b94ac282fe62cfd8e3591e02 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:36:07 +0100 Subject: [PATCH] Fix hassfest requirements check (#163681) --- .github/workflows/ci.yaml | 2 +- script/hassfest/requirements.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f647dd04602..acc34a298b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 2 + CACHE_VERSION: 3 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2026.3" diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index b3ca3092783..034fe122fc7 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -203,11 +203,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { "sense": {"sense-energy": {"async-timeout"}}, "slimproto": {"aioslimproto": {"async-timeout"}}, "surepetcare": {"surepy": {"async-timeout"}}, - "tami4": { - # https://github.com/SeleniumHQ/selenium/issues/16943 - # tami4 > selenium > types* - "selenium": {"types-certifi", "types-urllib3"}, - }, "travisci": { # https://github.com/menegazzo/travispy seems to be unmaintained # and unused https://www.home-assistant.io/integrations/travisci