mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
1d4abd43a3
commit
9d8bbcc40d
|
|
@ -76,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
|
|||
python3-fastjsonschema \
|
||||
python3-gpiod \
|
||||
python3-jsmin \
|
||||
python3-msgpack \
|
||||
python3-ordered-set \
|
||||
python3-parse \
|
||||
python3-pillow \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
pytest
|
||||
pytest --automake
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ SRC_URI += " \
|
|||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user