Bump pytest-cov from 5.0.0 to 6.0.0
Bumps pytest-cov from 5.0.0 to 6.0.0.
Changelog
Sourced from pytest-cov's changelog.
6.0.0 (2024-10-29)
- Updated various documentation inaccuracies, especially on subprocess handling.
- Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like
coverage report
would.- Added a
--cov-precision
cli option that can override the value set in your coverage configuration.- Dropped support for now EOL Python 3.8.
Commits
-
9540437
Bump version: 5.0.0 → 6.0.0 -
9f81754
Further trim down envs and drop Python 3.8. -
b12b5ec
Update conf. -
23f4b27
Update changelog. -
291a04f
Bump test deps and trim config. -
08f1101
Add--cov-precision
option. Close #655. -
76fe2a7
Move the warnings/errors in a place that doesn't import anything. -
a9ea7b7
Implement error/warning for the bad dynamic_context being set in config. -
c299e01
Add explicit suffixing to make it easier to see the identify the sources/usag... -
c87e546
Add reproducer for weird xdist dynamic_context interaction. Ref #604. - Additional commits viewable in compare view