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 <[email protected]> --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 + .../python-hyperframe/python3-hyperframe_6.1.0.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 = "\ python3-hpack \ python3-html2text \ python3-httptools \ + python3-hyperframe \ python3-inflection \ python3-inotify \ python3-intervals \ diff --git a/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.1.0.bb b/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.1.0.bb index 0d4bfcc584..0e15dd0d67 100644 --- a/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.1.0.bb +++ b/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.1.0.bb @@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5bf1c68e73fbaec2b1687b7e71514393" SRC_URI[sha256sum] = "f630908a00854a7adeabd6382b43923a4c4cd4b821fcb527e6ab9e15382a3b08" -inherit pypi python_setuptools_build_meta +inherit pypi python_setuptools_build_meta ptest-python-pytest
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122702): https://lists.openembedded.org/g/openembedded-devel/message/122702 Mute This Topic: https://lists.openembedded.org/mt/116813618/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
