Files
meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb
T
Ross Burton e2f053038c meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE
Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE,
which is the default value.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-09-04 17:10:37 -07:00

20 lines
636 B
BlitzBasic

SUMMARY = "Run the tests related to the changed files"
HOMEPAGE = "https://github.com/anapaulagomes/pytest-picked"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d374a27c85c3fcc979009952ec16f1b"
RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>"
SRC_URI += "file://run-ptest \
file://0001-adjust-failing-tests-to-capture-only-ptest-output.patch \
"
SRC_URI[sha256sum] = "6634c4356a560a5dc3dba35471865e6eb06bbd356b56b69c540593e9d5620ded"
inherit pypi python_setuptools_build_meta ptest-python-pytest
RDEPENDS:${PN} += "\
git \
python3-pytest (>=3.7.0) \
"
PYPI_PACKAGE = "pytest_picked"