mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 18:01:31 +02:00
Fix hassfest requirements check (#151159)
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -37,7 +37,7 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CACHE_VERSION: 6
|
CACHE_VERSION: 7
|
||||||
UV_CACHE_VERSION: 1
|
UV_CACHE_VERSION: 1
|
||||||
MYPY_CACHE_VERSION: 1
|
MYPY_CACHE_VERSION: 1
|
||||||
HA_SHORT_VERSION: "2025.9"
|
HA_SHORT_VERSION: "2025.9"
|
||||||
|
@@ -109,11 +109,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# pycmus > pbr > setuptools
|
# pycmus > pbr > setuptools
|
||||||
"pbr": {"setuptools"}
|
"pbr": {"setuptools"}
|
||||||
},
|
},
|
||||||
"concord232": {
|
|
||||||
# https://bugs.launchpad.net/python-stevedore/+bug/2111694
|
|
||||||
# concord232 > stevedore > pbr > setuptools
|
|
||||||
"pbr": {"setuptools"}
|
|
||||||
},
|
|
||||||
"delijn": {"pydelijn": {"async-timeout"}},
|
"delijn": {"pydelijn": {"async-timeout"}},
|
||||||
"devialet": {"async-upnp-client": {"async-timeout"}},
|
"devialet": {"async-upnp-client": {"async-timeout"}},
|
||||||
"dlna_dmr": {"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"}},
|
"nibe_heatpump": {"nibe": {"async-timeout"}},
|
||||||
"norway_air": {"pymetno": {"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"}},
|
"opengarage": {"open-garage": {"async-timeout"}},
|
||||||
"openhome": {"async-upnp-client": {"async-timeout"}},
|
"openhome": {"async-upnp-client": {"async-timeout"}},
|
||||||
"opensensemap": {"opensensemap-api": {"async-timeout"}},
|
"opensensemap": {"opensensemap-api": {"async-timeout"}},
|
||||||
|
Reference in New Issue
Block a user