mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Add temporary package constraint on flexparser and pint to fix CI (#130016)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
parent
2d2f55a4df
commit
a657b9bb84
@ -192,3 +192,8 @@ tenacity!=8.4.0
|
|||||||
# 5.0.0 breaks Timeout as a context manager
|
# 5.0.0 breaks Timeout as a context manager
|
||||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
|
|
||||||
|
# latest pint 0.24.3 is not yet compatible with flexparser 0.4
|
||||||
|
# https://github.com/hgrecco/pint/issues/1969
|
||||||
|
flexparser==0.3.1
|
||||||
|
pint==0.24.3
|
||||||
|
@ -207,6 +207,11 @@ tenacity!=8.4.0
|
|||||||
# 5.0.0 breaks Timeout as a context manager
|
# 5.0.0 breaks Timeout as a context manager
|
||||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
|
|
||||||
|
# latest pint 0.24.3 is not yet compatible with flexparser 0.4
|
||||||
|
# https://github.com/hgrecco/pint/issues/1969
|
||||||
|
flexparser==0.3.1
|
||||||
|
pint==0.24.3
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user