summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-cov: upgrade 5.0.0 -> 6.0.0Wang Mingyu2024-12-241-15/+0
| | | | | | | | | | | | | | | Changelog: ============= - Updated various documentation inaccuracies, especially on subprocess handling. - Changed fail under checks to use the precision set in the coverage configuration. - Added a --cov-precision cli option that can override the value set in your coverage configuration. - Dropped support for now EOL Python 3.8.Updated various documentation inaccuracies, especially on subprocess handling. - Changed fail under checks to use the precision set in the coverage configuration. - Added a --cov-precision cli option that can override the value set in your coverage configuration. - Dropped support for now EOL Python 3.8. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: upgrade 4.1.0 -> 5.0.0Wang Mingyu2024-04-021-0/+15
Changelog: ============ -Removed support for xdist rsync (now deprecated) -Switched docs theme to Furo. -Various legacy Python cleanup and CI improvements. -Added a pyproject.toml example in the docs. -Modernized project's pre-commit hooks to use ruff. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>