aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pluggy
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-11-28 11:46:53 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-29 22:02:15 -0800
commit68aadc891a8ffb22c9d9f95949e4d0ce23ea1cb7 (patch)
treef764732cd3f28b2c7a3d9c8fc23b37dd04c547f7 /meta-python/recipes-devtools/python/python3-pluggy
parent423851fd27432ef5e295581337890093e881b56d (diff)
downloadmeta-openembedded-68aadc891a8ffb22c9d9f95949e4d0ce23ea1cb7.tar.gz
python3-pluggy: drop (moved to oe-core)
Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pluggy')
-rw-r--r--meta-python/recipes-devtools/python/python3-pluggy/run-ptest3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pluggy/run-ptest b/meta-python/recipes-devtools/python/python3-pluggy/run-ptest
deleted file mode 100644
index b63c4de0d9..0000000000
--- a/meta-python/recipes-devtools/python/python3-pluggy/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/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}}'