diff options
3 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index b3ceb457d3..c899166a7c 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -29,6 +29,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
29 | python3-jsmin \ | 29 | python3-jsmin \ |
30 | python3-msgpack \ | 30 | python3-msgpack \ |
31 | python3-multidict \ | 31 | python3-multidict \ |
32 | python3-parse \ | ||
32 | python3-parse-type \ | 33 | python3-parse-type \ |
33 | python3-platformdirs \ | 34 | python3-platformdirs \ |
34 | python3-polyline \ | 35 | python3-polyline \ |
@@ -77,7 +78,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
77 | python3-gpiod \ | 78 | python3-gpiod \ |
78 | python3-jsmin \ | 79 | python3-jsmin \ |
79 | python3-ordered-set \ | 80 | python3-ordered-set \ |
80 | python3-parse \ | ||
81 | python3-pillow \ | 81 | python3-pillow \ |
82 | python3-pint \ | 82 | python3-pint \ |
83 | python3-pyzmq \ | 83 | python3-pyzmq \ |
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() { |