mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Pin python-engineio and python-socketio (#64074)
Prevent potential dependency conflicts between sisyphus-control and aioambient
This commit is contained in:
parent
64c5f69c3d
commit
c6acd8efa4
@ -86,3 +86,9 @@ anyio>=3.3.1
|
||||
|
||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||
pytest_asyncio==1000000000.0.0
|
||||
|
||||
# Prevent dependency conflicts between sisyphus-control and aioambient
|
||||
# until upper bounds for sisyphus-control have been updated
|
||||
# https://github.com/jkeljo/sisyphus-control/issues/6
|
||||
python-engineio>=3.13.1,<4.0
|
||||
python-socketio>=4.6.0,<5.0
|
||||
|
@ -111,6 +111,12 @@ anyio>=3.3.1
|
||||
|
||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||
pytest_asyncio==1000000000.0.0
|
||||
|
||||
# Prevent dependency conflicts between sisyphus-control and aioambient
|
||||
# until upper bounds for sisyphus-control have been updated
|
||||
# https://github.com/jkeljo/sisyphus-control/issues/6
|
||||
python-engineio>=3.13.1,<4.0
|
||||
python-socketio>=4.6.0,<5.0
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user