python3-parse: re-add functional ptests

Verified tests pass with via the test image execution
(bitbake meta-python-image-ptest-python3-parse -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:21 +00:00 committed by Khem Raj
parent 9d8bbcc40d
commit fd0e24694f
No known key found for this signature in database
GPG Key ID: BB053355919D3314
3 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,7 @@ PTESTS_FAST_META_PYTHON = "\
python3-jsmin \
python3-msgpack \
python3-multidict \
python3-parse \
python3-parse-type \
python3-platformdirs \
python3-polyline \
@ -77,7 +78,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
python3-gpiod \
python3-jsmin \
python3-ordered-set \
python3-parse \
python3-pillow \
python3-pint \
python3-pyzmq \

View File

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

View File

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