mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-22 06:17:15 +00:00
b883bd305d
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>
17 lines
487 B
BlitzBasic
17 lines
487 B
BlitzBasic
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 \
|
|
"
|