summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>