mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
python3-lz4: use python3-unittest-automake-output
This is to support ptest format
https://wiki.yoctoproject.org/wiki/Ptest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e3f4956a23)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pytest -v
|
pytest --automake
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ RDEPENDS:${PN}-ptest += "\
|
|||||||
python3-pytest-runner \
|
python3-pytest-runner \
|
||||||
python3-multiprocessing \
|
python3-multiprocessing \
|
||||||
python3-psutil \
|
python3-psutil \
|
||||||
|
python3-unittest-automake-output \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
|
|||||||
Reference in New Issue
Block a user