-
Notifications
You must be signed in to change notification settings - Fork 228
Description
Hi,
I recently found a typo issue in requirements, with pytest-coverage being used instead of pytest-cov.
AFAICT https://pypi.org/project/pytest-coverage/ is blank package with a dependency on https://pypi.org/project/pytest-cover/, which is an abandoned fork of pytest-cov after changes were merged back into the main project.
I understand there's always a bit of tension between historical archives and current operation, but given pytest-cov and pytest-coverage are very close, and that pytest-cover is installing something that is sort-of pytest-cov but not current, I do feel like this is probably causing unnecessary confusion.
AFAICT these are all under the same ownership? Given they are all within typo-distance of each other, I'd like to make the suggestion that these are perhaps past their useful life, in that they cause more problems now than any archival history is worth.
Anyway, thank you for your work which I have used in many projects.