gunicorn/requirements_test.txt
Benoit Chesneau 903a1fdf3c 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.
2026-01-22 18:32:17 +01:00

7 lines
65 B
Plaintext

gevent
eventlet
coverage
pytest>=7.2.0
pytest-cov
pytest-asyncio