summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-parse/run-ptest3
-rw-r--r--meta-python/recipes-devtools/python/python3-parse_1.20.1.bb1
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse/run-ptest b/meta-python/recipes-devtools/python/python3-parse/run-ptest
index 40c284799d..8d2017d39c 100644
--- a/meta-python/recipes-devtools/python/python3-parse/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-parse/run-ptest
@@ -1,2 +1,3 @@
1#!/bin/sh 1#!/bin/sh
2pytest 2
3pytest --automake
diff --git a/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb b/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
index 610a966d40..d2b91b3f30 100644
--- a/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
+++ b/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
@@ -19,6 +19,7 @@ RDEPENDS:${PN} += "\
19 19
20RDEPENDS:${PN}-ptest += " \ 20RDEPENDS:${PN}-ptest += " \
21 python3-pytest \ 21 python3-pytest \
22 python3-unittest-automake-output \
22" 23"
23 24
24do_install_ptest() { 25do_install_ptest() {