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_5.0.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_5.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb new file mode 100644 index 0000000000..e3e4affb9d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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] = "5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "python3-coverage python3-pytest" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
