From b18308ffadc58b933378cf6bdf1d9f15ec6d6dac Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:52:05 +0800 Subject: python3-pytest-env: upgrade 1.2.0 -> 1.5.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pytest-env_1.5.0.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb new file mode 100644 index 0000000000..c9fbde1961 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb @@ -0,0 +1,21 @@ +SUMMARY = "pytest plugin that allows you to add environment variables." +HOMEPAGE = "https://github.com/pytest-dev/pytest-env" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b70ef84b3d8d608b13b0287ed49df651" +RECIPE_MAINTAINER = "Tom Geelen " + +DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" +SRC_URI[sha256sum] = "db8994b9ce170f135a37acc09ac753a6fc697d15e691b576ed8d8ca261c40246" + +inherit pypi python_hatchling ptest-python-pytest + +PYPI_PACKAGE = "pytest_env" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +RDEPENDS:${PN} = "python3-pytest python3-tomli" + +RDEPENDS:${PN}-ptest += " \ + python3-covdefaults \ + python3-coverage \ + python3-pytest-mock \ +" -- cgit v1.2.3-54-g00ecf