aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/conf/include/ptest-packagelists-meta-python.inc
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-03-07 22:45:27 +0300
committerKhem Raj <raj.khem@gmail.com>2024-03-08 10:07:27 -0800
commit18e019ee2295ab42849e510d5efeee94bf1d9056 (patch)
tree9a5e9077c7aaf6931bffb5c8ce1f7da722d41e38 /meta-python/conf/include/ptest-packagelists-meta-python.inc
parentcbb570cdd963de547e4fa94ca1851d8d889a7cf3 (diff)
downloadmeta-openembedded-18e019ee2295ab42849e510d5efeee94bf1d9056.tar.gz
python3-tomli-w: added recipe which is also include ptest
Tomli-W is the write-only counterpart of Tomli, providing dump and dumps functions. * When we fetch the package via PyPI there are missing files such as tests directory. So, we set PYPI_SRC_URI and fetch it from the github url. * Ptest and library example tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON Ptest result: ============== qemux86-64: Testsuite summary TOTAL: 265 PASS: 263 SKIP: 0 XFAIL: 2 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 15 END: /usr/lib/python3-tomli-w/ptest 2024-03-07T17:33 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 265 PASS: 263 SKIP: 0 XFAIL: 2 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 15 END: /usr/lib/python3-tomli-w/ptest 2024-03-07T17:25 STOP: ptest-runner TOTAL: 1 FAIL: 0 XFAIL: tests/test_valid.py:test_valid[qa-array-inline-nested-1000] XFAIL reason: This much recursion is not supported 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 0cb3046cf7..20ca2763c6 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -61,6 +61,7 @@ PTESTS_FAST_META_PYTHON = "\
python3-smpplib \
python3-soupsieve \
python3-sqlparse \
+ python3-tomli-w \
python3-tomlkit \
python3-trustme \
python3-typeguard \