Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: migrate from pytest-cov to coverage #580

Open
GraemeWatt opened this issue Dec 5, 2022 · 0 comments
Open

tests: migrate from pytest-cov to coverage #580

GraemeWatt opened this issue Dec 5, 2022 · 0 comments
Labels
complexity: low priority: medium type: bug Indicates an unexpected problem or unintended behaviour

Comments

@GraemeWatt
Copy link
Member

GraemeWatt commented Dec 5, 2022

pytest-cov v4.0.0 drops support for multiprocessing, meaning that test coverage falls from 83% to 72% when upgrading from pytest-cov v3.0.0 to v4.0.0. We should migrate from pytest-cov to coverage as suggested in the pytest-cov Changelog. Until then, we need to keep the pin pytest-cov<4.0.0 introduced in a81d58e.

Originally posted by @GraemeWatt in #576 (comment)

@GraemeWatt GraemeWatt added type: bug Indicates an unexpected problem or unintended behaviour priority: medium complexity: low labels Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: low priority: medium type: bug Indicates an unexpected problem or unintended behaviour
Projects
Status: To do
Development

No branches or pull requests

1 participant