mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 13:39:16 +00:00
Block pytest_asyncio (#61141)
This commit is contained in:
parent
e3ba533464
commit
009a28ba7a
@ -84,3 +84,6 @@ anyio>=3.3.1
|
|||||||
# websockets 10.0 is broken with AWS
|
# websockets 10.0 is broken with AWS
|
||||||
# https://github.com/aaugustin/websockets/issues/1065
|
# https://github.com/aaugustin/websockets/issues/1065
|
||||||
websockets==9.1
|
websockets==9.1
|
||||||
|
|
||||||
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
|
pytest_asyncio==1000000000.0.0
|
||||||
|
@ -110,6 +110,9 @@ anyio>=3.3.1
|
|||||||
# websockets 10.0 is broken with AWS
|
# websockets 10.0 is broken with AWS
|
||||||
# https://github.com/aaugustin/websockets/issues/1065
|
# https://github.com/aaugustin/websockets/issues/1065
|
||||||
websockets==9.1
|
websockets==9.1
|
||||||
|
|
||||||
|
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
|
pytest_asyncio==1000000000.0.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user