mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 22:26:48 +00:00
python3-pytest-lazy-fixture: switch to pytest --automake
Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5218051879
commit
21938d9432
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
|
||||
pytest --automake
|
||||
|
||||
@ -20,4 +20,7 @@ do_install_ptest() {
|
||||
|
||||
|
||||
RDEPENDS:${PN} += "python3-core python3-pytest"
|
||||
RDEPENDS:${PN}-ptest = " python3-unixadmin"
|
||||
RDEPENDS:${PN}-ptest = " \
|
||||
python3-unixadmin \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user