mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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:
parent
9d8bbcc40d
commit
fd0e24694f
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
pytest
|
||||
|
||||
pytest --automake
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ RDEPENDS:${PN} += "\
|
|||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user