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 e3f4956a2371a57a42f68d53baf466874dfc4806)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2023-10-02 20:59:53 -07:00 committed by Armin Kuster
parent ccfa73f9d9
commit ed85a95131
2 changed files with 2 additions and 1 deletions

View File

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

View File

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