tests: Add pytest-asyncio for ASGI worker tests

The ASGI worker tests use @pytest.mark.asyncio decorator which
requires the pytest-asyncio plugin to be installed.
This commit is contained in:
Benoit Chesneau 2026-01-22 18:32:01 +01:00
parent 11c6a97c47
commit 903a1fdf3c

View File

@ -3,3 +3,4 @@ eventlet
coverage
pytest>=7.2.0
pytest-cov
pytest-asyncio