Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.44k stars 164 forks source link

Switch to pytest-cov #394

Closed mtelka closed 1 year ago

mtelka commented 1 year ago

According to setup.cfg the pytest-cover package is required for testing. This is unfortunate since pytest-cover was merged back to pytest-cov and is no longer maintained. Please switch waitress to use pytest-cov instead of pytest-cover.

mtelka commented 1 year ago

It looks like waitress works correctly with pytest-cov - I tested with pytest-cov version 3.0.0. So simple replacement of pytest-cover by pytest-cov in setup.cfg should solve this issue.