diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-16 18:58:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-20 11:41:02 -0800 |
| commit | 75c9a73add331e75cba43b322f4c3d35c350207c (patch) | |
| tree | 8848bff441febfe4e6beb15378b56ea503fa7d6f /meta-python/conf | |
| parent | cdfcdb6da591407797689a5a500fc7673b40f395 (diff) | |
| download | meta-openembedded-75c9a73add331e75cba43b322f4c3d35c350207c.tar.gz | |
python3-hyperframe: add ptest support
It takes about a second to execute. Sample output:
root@qemux86-64:~# ptest-runner
START: ptest-runner
2025-12-16T15:55
BEGIN: /usr/lib/python3-hyperframe/ptest
SKIP: tests/test_external_collection.py:TestExternalCollection.test[NOTSET] # SKIP got empty parameter set for (tc_filepath)
PASS: tests/test_flags.py:TestFlags.test_add
PASS: tests/test_flags.py:TestFlags.test_remove
[...many lines...]
PASS: tests/test_frames.py:TestAltSvcFrame.test_altsvc_with_unicode_origin_fails
PASS: tests/test_frames.py:TestAltSvcFrame.test_altsvc_with_unicode_field_fails
PASS: tests/test_frames.py:TestExtensionFrame.test_repr
============================================================================
Testsuite summary
DURATION: 0
END: /usr/lib/python3-hyperframe/ptest
2025-12-16T15:55
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 2a7be4f331..18f31a7c6f 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -42,6 +42,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
| 42 | python3-hpack \ | 42 | python3-hpack \ |
| 43 | python3-html2text \ | 43 | python3-html2text \ |
| 44 | python3-httptools \ | 44 | python3-httptools \ |
| 45 | python3-hyperframe \ | ||
| 45 | python3-inflection \ | 46 | python3-inflection \ |
| 46 | python3-inotify \ | 47 | python3-inotify \ |
| 47 | python3-intervals \ | 48 | python3-intervals \ |
