mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
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:
parent
11c6a97c47
commit
903a1fdf3c
@ -3,3 +3,4 @@ eventlet
|
||||
coverage
|
||||
pytest>=7.2.0
|
||||
pytest-cov
|
||||
pytest-asyncio
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user