summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-cov: upgrade 4.1.0 -> 5.0.0Wang Mingyu2024-04-021-15/+0
| | | | | | | | | | | | | 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>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-1/+1
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: Add missing python3-pytest RDEPENDSYoann Congal2024-01-191-1/+1
| | | | | | | | python3-pytest-cov is a plugin of python3-pytest adding test coverage feature. It does not seem to do anything useful by itself. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: add missing python3-coverage dependencyRichard Leitner2024-01-041-0/+1
| | | | | | | | | | | | | As reported by "pip3 check" python3-pytest-cov depends on python3-coverage: $ pip3 check pytest-cov 4.1.0 requires coverage, which is not installed. This patch fixes this problem by adding python3-coverage to RDEPENDS Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: Add initial recipe 4.1.0Jasper Orschulko2023-06-261-0/+14
Dependency for python3-platformdirs 3.6.0 ptest Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>