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:
Derek Straka 2024-02-21 23:25:20 +00:00 committed by Khem Raj
parent 1d4abd43a3
commit 9d8bbcc40d
No known key found for this signature in database
GPG Key ID: BB053355919D3314
3 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
python3-fastjsonschema \
python3-gpiod \
python3-jsmin \
python3-msgpack \
python3-ordered-set \
python3-parse \
python3-pillow \

View File

@ -1,3 +1,3 @@
#!/bin/sh
pytest
pytest --automake

View File

@ -18,6 +18,7 @@ SRC_URI += " \
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-unittest-automake-output \
"
do_install_ptest() {