Remove package constraint to websockets (#63703)
This commit is contained in:
parent
a8fee4c2f6
commit
1f92c25b8c
2 changed files with 0 additions and 8 deletions
|
@ -87,9 +87,5 @@ regex==2021.8.28
|
||||||
# can remove after httpx/httpcore updates its anyio version pin
|
# can remove after httpx/httpcore updates its anyio version pin
|
||||||
anyio>=3.3.1
|
anyio>=3.3.1
|
||||||
|
|
||||||
# websockets 10.0 is broken with AWS
|
|
||||||
# https://github.com/aaugustin/websockets/issues/1065
|
|
||||||
websockets==9.1
|
|
||||||
|
|
||||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
|
|
|
@ -113,10 +113,6 @@ regex==2021.8.28
|
||||||
# can remove after httpx/httpcore updates its anyio version pin
|
# can remove after httpx/httpcore updates its anyio version pin
|
||||||
anyio>=3.3.1
|
anyio>=3.3.1
|
||||||
|
|
||||||
# websockets 10.0 is broken with AWS
|
|
||||||
# https://github.com/aaugustin/websockets/issues/1065
|
|
||||||
websockets==9.1
|
|
||||||
|
|
||||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue