summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2025-11-06 20:09:11 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-06 16:02:25 -0800
commitcbb21524e13fac434aa5e13b75e23b7f69a72663 (patch)
treed649770d27a60e8d0801bf51f63dcdfcf5c91d38 /meta-python
parent82f17c4afe51dc1106094a2342ee9c8ece691044 (diff)
downloadmeta-openembedded-cbb21524e13fac434aa5e13b75e23b7f69a72663.tar.gz
python3-rich-toolkit: add new recipe (version 0.15.1)
- added ptest (fast) START: ptest-runner 2025-11-06T18:42 BEGIN: /usr/lib/python3-rich-toolkit/ptest ============================================================================ Testsuite summary # TOTAL: 12 # PASS: 12 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 PASS: tests/test_tagged_style.py:test_print_line PASS: tests/test_tagged_style.py:test_can_print_strings PASS: tests/test_tagged_style.py:test_can_print_strings_with_tag PASS: tests/test_tagged_style.py:test_can_print_renderables PASS: tests/test_tagged_style.py:test_can_print_multiple_renderables PASS: tests/test_tagged_style.py:test_progress_handles_multiple_lines PASS: tests/test_toolkit.py:test_print_line PASS: tests/test_toolkit.py:test_can_print_strings PASS: tests/test_toolkit.py:test_can_print_renderables PASS: tests/test_toolkit.py:test_can_print_multiple_renderables PASS: tests/test_toolkit.py:test_handles_keyboard_interrupt PASS: tests/test_toolkit.py:test_ignores_keyboard_interrupt DURATION: 12 END: /usr/lib/python3-rich-toolkit/ptest 2025-11-06T18:42 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> 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.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 f0411f269f..f9a477c47c 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -82,6 +82,7 @@ PTESTS_FAST_META_PYTHON = "\
82 python3-rapidjson \ 82 python3-rapidjson \
83 python3-requests-file \ 83 python3-requests-file \
84 python3-requests-toolbelt \ 84 python3-requests-toolbelt \
85 python3-rich-toolkit \
85 python3-schedule \ 86 python3-schedule \
86 python3-semver \ 87 python3-semver \
87 python3-serpent \ 88 python3-serpent \