You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-covChangelog. Until then, we need to keep the pin pytest-cov<4.0.0 introduced in a81d58e.
pytest-cov
v4.0.0 drops support for multiprocessing, meaning that test coverage falls from 83% to 72% when upgrading frompytest-cov
v3.0.0 to v4.0.0. We should migrate frompytest-cov
tocoverage
as suggested in thepytest-cov
Changelog. Until then, we need to keep the pinpytest-cov<4.0.0
introduced in a81d58e.Originally posted by @GraemeWatt in #576 (comment)
The text was updated successfully, but these errors were encountered: