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
2 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue