From 9953ca1ac0bf5747aaa664d25a6c06f7f0ad2446 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 20 Jan 2024 22:05:20 -0800 Subject: python3-multidict: Fix running ptests Add missing runtime dependency on pytest-cov and move the test to PTESTS_FAST_META_PYTHON since it takes < 20 seconds Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-multidict/run-ptest | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-multidict') diff --git a/meta-python/recipes-devtools/python/python3-multidict/run-ptest b/meta-python/recipes-devtools/python/python3-multidict/run-ptest index 5cec711696..e4f3b623ab 100644 --- a/meta-python/recipes-devtools/python/python3-multidict/run-ptest +++ b/meta-python/recipes-devtools/python/python3-multidict/run-ptest @@ -1,3 +1,2 @@ #!/bin/sh - -pytest +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}}' -- cgit v1.2.3-54-g00ecf