Pin python-engineio and python-socketio (#64074)

Prevent potential dependency conflicts between sisyphus-control and aioambient
This commit is contained in:
Marc Mueller 2022-01-14 09:25:28 +01:00 committed by GitHub
parent 64c5f69c3d
commit c6acd8efa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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 = (