diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-12 18:52:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:32 -0700 |
| commit | b18308ffadc58b933378cf6bdf1d9f15ec6d6dac (patch) | |
| tree | a0069b79d3aae5c734fa50a5421ef04b08f4b8a3 /meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb | |
| parent | f4e786b32283af7b2f655fcb9eddfc52c0f5173a (diff) | |
| download | meta-openembedded-b18308ffadc58b933378cf6bdf1d9f15ec6d6dac.tar.gz | |
python3-pytest-env: upgrade 1.2.0 -> 1.5.0
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-env_1.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "pytest plugin that allows you to add environment variables." | ||
| 2 | HOMEPAGE = "https://github.com/pytest-dev/pytest-env" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b70ef84b3d8d608b13b0287ed49df651" | ||
| 5 | RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>" | ||
| 6 | |||
| 7 | DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" | ||
| 8 | SRC_URI[sha256sum] = "db8994b9ce170f135a37acc09ac753a6fc697d15e691b576ed8d8ca261c40246" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling ptest-python-pytest | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "pytest_env" | ||
| 13 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "python3-pytest python3-tomli" | ||
| 16 | |||
| 17 | RDEPENDS:${PN}-ptest += " \ | ||
| 18 | python3-covdefaults \ | ||
| 19 | python3-coverage \ | ||
| 20 | python3-pytest-mock \ | ||
| 21 | " | ||
