mirror of
https://github.com/home-assistant/core.git
synced 2025-09-13 00:31:33 +02:00
Update hassfest package exceptions (#150744)
This commit is contained in:
committed by
Paulus Schoutsen
parent
932c5ccf0f
commit
3dd091de44
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: 4
|
CACHE_VERSION: 5
|
||||||
UV_CACHE_VERSION: 1
|
UV_CACHE_VERSION: 1
|
||||||
MYPY_CACHE_VERSION: 1
|
MYPY_CACHE_VERSION: 1
|
||||||
HA_SHORT_VERSION: "2025.8"
|
HA_SHORT_VERSION: "2025.8"
|
||||||
|
@@ -83,7 +83,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# - reasonX should be the name of the invalid dependency
|
# - reasonX should be the name of the invalid dependency
|
||||||
"adax": {"adax": {"async-timeout"}, "adax-local": {"async-timeout"}},
|
"adax": {"adax": {"async-timeout"}, "adax-local": {"async-timeout"}},
|
||||||
"airthings": {"airthings-cloud": {"async-timeout"}},
|
"airthings": {"airthings-cloud": {"async-timeout"}},
|
||||||
"alexa_devices": {"marisa-trie": {"setuptools"}},
|
|
||||||
"ampio": {"asmog": {"async-timeout"}},
|
"ampio": {"asmog": {"async-timeout"}},
|
||||||
"apache_kafka": {"aiokafka": {"async-timeout"}},
|
"apache_kafka": {"aiokafka": {"async-timeout"}},
|
||||||
"apple_tv": {"pyatv": {"async-timeout"}},
|
"apple_tv": {"pyatv": {"async-timeout"}},
|
||||||
|
Reference in New Issue
Block a user