mirror of
https://git.yoctoproject.org/poky
synced 2026-02-02 06:48:43 +01:00
The newly added ptest-python-pytest removes duplication for: 1. Copying pytest files to the ptest directory 2. Adding standard pytest dependencies 3. Adding a common run-ptest script using pytest (From OE-Core rev: 8d84d9e19b9292b1863921611924714d77c41d21) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
459 B
BlitzBasic
15 lines
459 B
BlitzBasic
SUMMARY = "Plugin and hook calling mechanisms for python"
|
|
HOMEPAGE = "https://github.com/pytest-dev/pluggy"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"
|
|
|
|
SRC_URI[sha256sum] = "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
|
|
inherit pypi ptest-python-pytest python_setuptools_build_meta
|
|
|
|
PTEST_PYTEST_DIR = "testing"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|