summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-13 10:58:53 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 22:46:04 -0800
commit1716d9e5d2db377941ada2a04968d2709f142eac (patch)
treea61d5150a06da67e66698c71b5fb10a97c8effa7 /meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb
parent36646f4b2ad0864bafc6dd734758e51540f6047d (diff)
downloadmeta-openembedded-1716d9e5d2db377941ada2a04968d2709f142eac.tar.gz
python3-pytest-xdist: add UPSTREAM_CHECK_PYPI_PACKAGE
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-pytest-xdist INFO: Current version: 3.8.0 INFO: Latest version: 3.5.0 After the patch: $ devtool latest-version python3-pytest-xdist INFO: Current version: 3.8.0 INFO: Latest version: 3.8.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb
index 7b340e8920..3527539f6f 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb
@@ -15,3 +15,4 @@ RDEPENDS:${PN} += " \
15" 15"
16 16
17PYPI_PACKAGE = "pytest_xdist" 17PYPI_PACKAGE = "pytest_xdist"
18UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"