Skip to content

Commit

Permalink
Pin python-engineio and python-socketio (#64074)
Browse files Browse the repository at this point in the history
Prevent potential dependency conflicts between sisyphus-control and aioambient
  • Loading branch information
cdce8p authored Jan 14, 2022
1 parent 64c5f69 commit c6acd8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
# 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 = (
Expand Down

0 comments on commit c6acd8e

Please # to comment.