mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -42,6 +42,7 @@ PTESTS_FAST_META_PYTHON = "\
|
||||
python3-hpack \
|
||||
python3-html2text \
|
||||
python3-httptools \
|
||||
python3-hyperframe \
|
||||
python3-inflection \
|
||||
python3-inotify \
|
||||
python3-intervals \
|
||||
|
||||
Reference in New Issue
Block a user