diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-16 18:58:37 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-20 11:41:02 -0800 |
| commit | 8fc1b929d8ed1966d76e8265665f39fdef6a3208 (patch) | |
| tree | 75459a8083b9fdf2c7082a5c6c4bb411b6f63646 /meta-python/conf/include/ptest-packagelists-meta-python.inc | |
| parent | 75c9a73add331e75cba43b322f4c3d35c350207c (diff) | |
| download | meta-openembedded-8fc1b929d8ed1966d76e8265665f39fdef6a3208.tar.gz | |
python3-priority: add ptest support
It takes under 5s to execute. Sample output:
qemux86-64 login: root
root@qemux86-64:~# ptest-runner
START: ptest-runner
2025-12-16T16:00
BEGIN: /usr/lib/python3-priority/ptest
PASS: test/test_priority.py:TestStream.test_stream_repr
PASS: test/test_priority.py:TestStream.test_streams_are_well_ordered
PASS: test/test_priority.py:TestStream.test_stream_ordering
[...many lines...]
PASS: test/test_priority.py:TestPriorityTreeManual.test_maximum_streams_with_bad_int_is_error[-50]
PASS: test/test_priority.py:TestPriorityTreeOutput.test_period_of_repetition
PASS: test/test_priority.py:TestPriorityTreeOutput.test_priority_tree_distribution
PASS: ../../python3.13/site-packages/hypothesis/stateful.py:TestPriorityTreeStateful.runTest
============================================================================
Testsuite summary
DURATION: 4
END: /usr/lib/python3-priority/ptest
2025-12-16T16:00
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/include/ptest-packagelists-meta-python.inc')
| -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 18f31a7c6f..7bc6b6575f 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -65,6 +65,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
| 65 | python3-portion \ | 65 | python3-portion \ |
| 66 | python3-precise-runner \ | 66 | python3-precise-runner \ |
| 67 | python3-prettytable \ | 67 | python3-prettytable \ |
| 68 | python3-priority \ | ||
| 68 | python3-propcache \ | 69 | python3-propcache \ |
| 69 | python3-pyais \ | 70 | python3-pyais \ |
| 70 | python3-pydantic \ | 71 | python3-pydantic \ |
