summaryrefslogtreecommitdiffstats
path: root/meta-python/conf
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-10-11 17:40:02 +0300
committerKhem Raj <raj.khem@gmail.com>2024-10-11 07:52:23 -0700
commit10a861834d57e80a8e06033003bea4894f732243 (patch)
tree4fa6d4890d49302c254b200b40cacd2123be2a0d /meta-python/conf
parentfbbbae762470bfa55fd851d16281f4a390054514 (diff)
downloadmeta-openembedded-10a861834d57e80a8e06033003bea4894f732243.tar.gz
python3-pint: move PTESTS_PROBLEMS_META_PYTHON to PTESTS_SLOW_META_PYTHON
- Tested on qemux86-64. - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as pint, it is by default. - xfailed tests are known failures upstream. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 2784 PASS: 2094 SKIP: 676 XFAIL: 12 FAIL: 0 XPASS: 2 ERROR: 0 DURATION: 1611 END: /usr/lib/python3-pint/ptest 2024-10-11T14:34 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')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 07ae469088..9e828fa5cd 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -103,6 +103,7 @@ PTESTS_SLOW_META_PYTHON = "\
103 python3-lz4 \ 103 python3-lz4 \
104 python3-marshmallow \ 104 python3-marshmallow \
105 python3-pillow \ 105 python3-pillow \
106 python3-pint \
106 python3-pytest-localserver \ 107 python3-pytest-localserver \
107 python3-scrypt \ 108 python3-scrypt \
108 python3-traitlets \ 109 python3-traitlets \
@@ -114,7 +115,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
114 python3-betamax \ 115 python3-betamax \
115 python3-dnspython \ 116 python3-dnspython \
116 python3-fastjsonschema \ 117 python3-fastjsonschema \
117 python3-pint \
118 python3-pyzmq \ 118 python3-pyzmq \
119 python3-whoosh \ 119 python3-whoosh \
120" 120"