mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +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
|
coverage
|
||||||
pytest>=7.2.0
|
pytest>=7.2.0
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
pytest-asyncio
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user