summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb)2
1 files changed, 1 insertions, 1 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_6.0.0.bb
index e3e4affb9d..75742f3e8f 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \
5 file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ 5 file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \
6" 6"
7 7
8SRC_URI[sha256sum] = "5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857" 8SRC_URI[sha256sum] = "fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11