diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ordered-set/run-ptest | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest b/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest index c27a6c3c57..64799ba008 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest +++ b/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | pytest test_ordered_set.py | 3 | pytest --automake test_ordered_set.py |
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb index a391036a73..64637b858d 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb | |||
| @@ -15,6 +15,7 @@ SRC_URI += " \ | |||
| 15 | 15 | ||
| 16 | RDEPENDS:${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
| 17 | python3-pytest \ | 17 | python3-pytest \ |
| 18 | python3-unittest-automake-output \ | ||
| 18 | " | 19 | " |
| 19 | 20 | ||
| 20 | do_install_ptest() { | 21 | do_install_ptest() { |
