diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-parse/run-ptest | 3 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-parse_1.20.1.bb | 1 |
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 |
2 | pytest | 2 | |
3 | pytest --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 | ||
20 | RDEPENDS:${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | python3-pytest \ | 21 | python3-pytest \ |
22 | python3-unittest-automake-output \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | do_install_ptest() { | 25 | do_install_ptest() { |