diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-01 22:51:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 14:56:51 -0700 |
| commit | 2dd3d663a1f6258de100cf093a8f648dd5eaed60 (patch) | |
| tree | 73e45f7fe746d2d20af170f74c32ec288944b79d /meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb | |
| parent | 5abd38538426ef48293b7a1ca2f4105a0fd23a73 (diff) | |
| download | meta-openembedded-2dd3d663a1f6258de100cf093a8f648dd5eaed60.tar.gz | |
python3-pytest-cov: upgrade 4.1.0 -> 5.0.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb deleted file mode 100644 index 0be97e5c4f..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "Pytest plugin for measuring coverage." | ||
| 2 | HOMEPAGE = "https://github.com/pytest-dev/pytest-cov" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = " \ | ||
| 5 | file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "python3-coverage python3-pytest" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
