remove setup.cfg - overridden by pyproject.toml

This commit is contained in:
Paul J. Dorn 2023-12-08 07:02:46 +01:00
parent 89dcc5c578
commit 481c3f9522
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
gevent
eventlet
coverage
pytest
pytest>=7.2.0
pytest-cov

View File

@ -1,4 +0,0 @@
[tool:pytest]
norecursedirs = examples lib local src
testpaths = tests/
addopts = --assert=plain --cov=gunicorn --cov-report=xml