diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-18 17:27:35 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-20 08:27:10 -0800 |
| commit | 5f21627f680f5cfadb78747d62461597d79ed54f (patch) | |
| tree | 350003d87f94f100892c503943ba5538380a907c /meta-python/conf | |
| parent | 04370ef56cc8b4fa5feadd1852e14412a956e443 (diff) | |
| download | meta-openembedded-5f21627f680f5cfadb78747d62461597d79ed54f.tar.gz | |
python3-tblib: add recipe
Serialization library for Exceptions and Tracebacks.
It is a runtime dependency for python3-django ptests.
The ptests for this recipe run under a second.
Sample output:
root@qemux86-64:~# ptest-runner
START: ptest-runner
2026-01-15T19:37
BEGIN: /usr/lib/python3-tblib/ptest
PASS: tests/test_issue30.py:test_30
PASS: tests/test_issue65.py:test_65
PASS: tests/test_perf.py:test_perf
[...many passing lines...]
PASS: tests/test_tblib.py:test_parse_traceback
PASS: tests/test_tblib.py:test_large_line_number
PASS: tests/test_tblib.py:test_pytest_integration
============================================================================
Testsuite summary
DURATION: 1
END: /usr/lib/python3-tblib/ptest
2026-01-15T19:37
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: Gyorgy Sarvari <skandigraun@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.inc | 1 |
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 d83ac85f1b..3b21c7cfa2 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -104,6 +104,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
| 104 | python3-soupsieve \ | 104 | python3-soupsieve \ |
| 105 | python3-sqlparse \ | 105 | python3-sqlparse \ |
| 106 | python3-starlette \ | 106 | python3-starlette \ |
| 107 | python3-tblib \ | ||
| 107 | python3-tenacity \ | 108 | python3-tenacity \ |
| 108 | python3-tomli-w \ | 109 | python3-tomli-w \ |
| 109 | python3-tomlkit \ | 110 | python3-tomlkit \ |
