mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Pin rpds-py to 0.21.0 to fix CI (#132170)
* Pin rpds-py==0.21.0 to fix CI * Add carriage return
This commit is contained in:
parent
76ba3afeae
commit
7e07930342
@ -205,3 +205,8 @@ async-timeout==4.0.3
|
|||||||
# https://github.com/home-assistant/core/issues/122508
|
# https://github.com/home-assistant/core/issues/122508
|
||||||
# https://github.com/home-assistant/core/issues/118004
|
# https://github.com/home-assistant/core/issues/118004
|
||||||
aiofiles>=24.1.0
|
aiofiles>=24.1.0
|
||||||
|
|
||||||
|
# 0.22.0 causes CI failures on Python 3.13
|
||||||
|
# python3 -X dev -m pytest tests/components/matrix
|
||||||
|
# python3 -X dev -m pytest tests/components/zha
|
||||||
|
rpds-py==0.21.0
|
||||||
|
@ -238,6 +238,11 @@ async-timeout==4.0.3
|
|||||||
# https://github.com/home-assistant/core/issues/122508
|
# https://github.com/home-assistant/core/issues/122508
|
||||||
# https://github.com/home-assistant/core/issues/118004
|
# https://github.com/home-assistant/core/issues/118004
|
||||||
aiofiles>=24.1.0
|
aiofiles>=24.1.0
|
||||||
|
|
||||||
|
# 0.22.0 causes CI failures on Python 3.13
|
||||||
|
# python3 -X dev -m pytest tests/components/matrix
|
||||||
|
# python3 -X dev -m pytest tests/components/zha
|
||||||
|
rpds-py==0.21.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user