summaryrefslogtreecommitdiffstats
path: root/meta-python/conf/include/ptest-packagelists-meta-python.inc
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-10-11 16:04:39 +0300
committerKhem Raj <raj.khem@gmail.com>2024-10-11 07:52:23 -0700
commit9cbe55d4652d8c6d80f968152dd231df39d0c164 (patch)
tree6da5c4a4eb1786b8c933bbdf618143e9972c53a6 /meta-python/conf/include/ptest-packagelists-meta-python.inc
parente3815d18dd2170dd7ee0e3723b27673a3fdfc111 (diff)
downloadmeta-openembedded-9cbe55d4652d8c6d80f968152dd231df39d0c164.tar.gz
python3-outcome: enable ptest
- Tested on qemux86-64 and qemuarm64 - Added ptest into PTESTS_FAST_META_PYTHON - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as outcome, it is by default. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 10 PASS: 10 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 7 END: /usr/lib/python3-outcome/ptest 2024-10-11T09:27 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 10 PASS: 10 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 6 END: /usr/lib/python3-outcome/ptest 2024-10-11T09:24 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf/include/ptest-packagelists-meta-python.inc')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 7864b632a7..8f739f24f8 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -42,6 +42,7 @@ PTESTS_FAST_META_PYTHON = "\
42 python3-multidict \ 42 python3-multidict \
43 python3-netaddr \ 43 python3-netaddr \
44 python3-ordered-set \ 44 python3-ordered-set \
45 python3-outcome \
45 python3-parse \ 46 python3-parse \
46 python3-parse-type \ 47 python3-parse-type \
47 python3-platformdirs \ 48 python3-platformdirs \