mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python3-msgpack: re-add functional ptests
Verified tests pass with via the test image execution (bitbake meta-python-image-ptest-python3-msgpack -c testimage) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -76,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
|
|||||||
python3-fastjsonschema \
|
python3-fastjsonschema \
|
||||||
python3-gpiod \
|
python3-gpiod \
|
||||||
python3-jsmin \
|
python3-jsmin \
|
||||||
python3-msgpack \
|
|
||||||
python3-ordered-set \
|
python3-ordered-set \
|
||||||
python3-parse \
|
python3-parse \
|
||||||
python3-pillow \
|
python3-pillow \
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pytest
|
pytest --automake
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ SRC_URI += " \
|
|||||||
|
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
|
python3-unittest-automake-output \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
|
|||||||
Reference in New Issue
Block a user