mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: =========== - Add permissions to workflows - Add SECURITY.md to .github/ - Add missing .github config files - Standardize .github files to .yaml suffix - Fix verbose source attribution when falling back to INI en - feat(env): preserve existing env values Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
22 lines
707 B
BlitzBasic
22 lines
707 B
BlitzBasic
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 <t.f.g.geelen@gmail.com>"
|
|
|
|
DEPENDS = "python3-hatch-vcs-native python3-hatchling-native"
|
|
SRC_URI[sha256sum] = "ac02d6fba16af54d61e311dd70a3c61024a4e966881ea844affc3c8f0bf207d3"
|
|
|
|
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 \
|
|
"
|