diff options
| author | Derek Straka <derek@asterius.io> | 2024-12-18 18:05:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-08 12:37:20 +0000 |
| commit | cf6b12e5c95d0593970f945aa6930c818f7a819f (patch) | |
| tree | 86c0e754eb04f0f8f372610c178b794b3091f9ca /meta/recipes-devtools/python/python3-pluggy_1.5.0.bb | |
| parent | 095beae0085c94a105256b6df4bd71bd4a506104 (diff) | |
| download | poky-cf6b12e5c95d0593970f945aa6930c818f7a819f.tar.gz | |
python3-*: Update recipes with pytest ptests to use the new ptest-python-pytest class
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pluggy_1.5.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pluggy_1.5.0.bb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb index 4f8412d4b3..1f9bb6d1cb 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb | |||
| @@ -7,20 +7,8 @@ SRC_URI[sha256sum] = "2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f | |||
| 7 | 7 | ||
| 8 | DEPENDS += "python3-setuptools-scm-native" | 8 | DEPENDS += "python3-setuptools-scm-native" |
| 9 | 9 | ||
| 10 | inherit pypi ptest python_setuptools_build_meta | 10 | inherit pypi ptest-python-pytest python_setuptools_build_meta |
| 11 | 11 | ||
| 12 | SRC_URI += " \ | 12 | PTEST_PYTEST_DIR = "testing" |
| 13 | file://run-ptest \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN}-ptest += " \ | ||
| 17 | python3-pytest \ | ||
| 18 | python3-unittest-automake-output \ | ||
| 19 | " | ||
| 20 | |||
| 21 | do_install_ptest() { | ||
| 22 | install -d ${D}${PTEST_PATH}/testing | ||
| 23 | cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/ | ||
| 24 | } | ||
| 25 | 13 | ||
| 26 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
