pgjones / hypercorn

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
MIT License
1.12k stars 102 forks source link

pytest-cov / pytest-sugar not included in pyproject.toml #234

Open seidnerj opened 4 months ago

seidnerj commented 4 months ago

in the project's toml, under the "[tool.poetry.dev-dependencies]" section we should have pytest-cov = "" pytest-sugar = ""

tox.ini already includes both as dependencies under the "[testenv]" section.