python3-pytest-picked: Add recipe for version 0.5.1

Python package description: Run the tests related to the unstaged files or the current branch (according to Git)
More information: https://pypi.org/project/pytest-picked/

Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tom Geelen
2025-11-27 00:25:22 +01:00
committed by Khem Raj
parent 5551a12170
commit 367faf98ac
5 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"