diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2026-02-08 01:11:00 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-07 19:01:52 -0800 |
| commit | bb5dfc426cfa64797993b26dd429cd978d3e2583 (patch) | |
| tree | 530f38498e5a942b41d01d2f20f7e2dc12321a02 /meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb | |
| parent | efc80673fd7bdcb1875d1a5b76c188ade408ebd1 (diff) | |
| download | meta-openembedded-bb5dfc426cfa64797993b26dd429cd978d3e2583.tar.gz | |
python3-pytest-env: new recipe.
pytest plugin that allows you to add environment variables.
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb new file mode 100644 index 0000000000..f7ab022894 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-env_1.2.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] = "475e2ebe8626cee01f491f304a74b12137742397d6c784ea4bc258f069232b80" | ||
| 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 | " | ||
