summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-02-21 23:25:21 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-21 20:00:22 -0800
commitfd0e24694f82b71aa962b276c67ce45835a9cbc0 (patch)
tree579dc96e28def92f2447b657b093a780dcc1fb1f /meta-python
parent9d8bbcc40d990d47d3a7bca01013dc39675f7deb (diff)
downloadmeta-openembedded-fd0e24694f82b71aa962b276c67ce45835a9cbc0.tar.gz
python3-parse: re-add functional ptests
Verified tests pass with via the test image execution (bitbake meta-python-image-ptest-python3-parse -c testimage Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc2
-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
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 b3ceb457d..c899166a7 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 40c284799..8d2017d39 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 610a966d4..d2b91b3f3 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() {