From c0b1536cd89b6a496ad300e2b9679b840e89fa23 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:31:17 +0200 Subject: [PATCH] Fix hassfest requirements check (#151159) --- .github/workflows/ci.yaml | 2 +- script/hassfest/requirements.py | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4707d0b024..a75121fff68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 6 + CACHE_VERSION: 7 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2025.9" diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 00a81b93ef2..ce5d1c78f60 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -109,11 +109,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # pycmus > pbr > setuptools "pbr": {"setuptools"} }, - "concord232": { - # https://bugs.launchpad.net/python-stevedore/+bug/2111694 - # concord232 > stevedore > pbr > setuptools - "pbr": {"setuptools"} - }, "delijn": {"pydelijn": {"async-timeout"}}, "devialet": {"async-upnp-client": {"async-timeout"}}, "dlna_dmr": {"async-upnp-client": {"async-timeout"}}, @@ -226,11 +221,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { }, "nibe_heatpump": {"nibe": {"async-timeout"}}, "norway_air": {"pymetno": {"async-timeout"}}, - "nx584": { - # https://bugs.launchpad.net/python-stevedore/+bug/2111694 - # pynx584 > stevedore > pbr > setuptools - "pbr": {"setuptools"} - }, "opengarage": {"open-garage": {"async-timeout"}}, "openhome": {"async-upnp-client": {"async-timeout"}}, "opensensemap": {"opensensemap-api": {"async-timeout"}},