Signed-off-by: Derek Straka <[email protected]>
---
.../python/python3-marshmallow/run-ptest | 3 ---
.../python/python3-marshmallow_3.26.0.bb | 14 +++-----------
2 files changed, 3 insertions(+), 14 deletions(-)
delete mode 100644
meta-python/recipes-devtools/python/python3-marshmallow/run-ptest
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest
b/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest
deleted file mode 100644
index 8d2017d39c..0000000000
--- a/meta-python/recipes-devtools/python/python3-marshmallow/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-pytest --automake
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb
b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb
index a421a93e4c..bde3819379 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb
@@ -8,25 +8,17 @@ LIC_FILES_CHKSUM = "\
SRC_URI[sha256sum] =
"eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb"
-inherit python_flit_core pypi ptest
-
-SRC_URI += " \
- file://run-ptest \
-"
+inherit python_flit_core pypi ptest-python-pytest
RDEPENDS:${PN}-ptest += " \
- python3-pytest \
python3-pytz \
python3-simplejson \
- python3-unittest-automake-output \
python3-zoneinfo \
python3-tzdata \
"
-do_install_ptest() {
- install -d ${D}${PTEST_PATH}/tests
- rm -rf ${S}/tests/mypy_test_cases
- cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+do_install_ptest:append () {
+ rm -rf ${D}${PTEST_PATH}/tests/mypy_test_cases
}
RDEPENDS:${PN} += " \
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#115161):
https://lists.openembedded.org/g/openembedded-devel/message/115161
Mute This Topic: https://lists.openembedded.org/mt/110905949/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-