summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:45 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:09 -0800
commitc9cbf2a1e2e585ed370c74c33a726dad35fed1a3 (patch)
tree6c0d66c495a560eace84210923052d7347210429 /meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb
parente3b929e3c915000cd58e46030d811d3e748e85e2 (diff)
downloadmeta-openembedded-c9cbf2a1e2e585ed370c74c33a726dad35fed1a3.tar.gz
python3-pytest-cov: upgrade 5.0.0 -> 6.0.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb
new file mode 100644
index 0000000000..75742f3e8f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Pytest plugin for measuring coverage."
2HOMEPAGE = "https://github.com/pytest-dev/pytest-cov"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = " \
5 file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \
6"
7
8SRC_URI[sha256sum] = "fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"
9
10inherit pypi setuptools3
11
12DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-coverage python3-pytest"
14
15BBCLASSEXTEND = "native nativesdk"