python3-pytest-relaxed: Add recipe

Add recipe for pytest-relaxed, a relaxed test discovery/organization
for pytest, release 2.0.2:

- Fix dangling compatibility issues with pytest version 8.x.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Leon Anavi
2026-07-21 17:11:04 +03:00
committed by Khem Raj
parent d75121c68a
commit b883bd305d
2 changed files with 54 additions and 0 deletions
@@ -0,0 +1,16 @@
SUMMARY = "Relaxed test discovery for pytest"
HOMEPAGE = "https://github.com/bitprophet/pytest-relaxed"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab"
SRC_URI += "file://0001-pytest_relaxed-plugin.py-Handle-terminalreporter.patch"
SRC_URI[sha256sum] = "956ea028ec30dbbfb680dd8e7b4a7fb8f80a239595e88bace018bf2c0d718248"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-core \
python3-pytest \
python3-decorator \
"