From 38eaab2241d5a7b835437075cd9c14e9407163bc Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 7 Jan 2026 11:01:40 +0100 Subject: python3-waitress: add ptest support It takes <10s to execute. Some (54) tests are not compatible with musl[1] - due to this the tests are on the problem-list. Sample output snippet: root@qemux86-64:~# ptest-runner START: ptest-runner 2026-01-07T09:57 BEGIN: /usr/lib/python3-waitress/ptest PASS: tests.test_adjustments.TestAdjustments.test_bad_port PASS: tests.test_adjustments.TestAdjustments.test_badvar PASS: tests.test_adjustments.TestAdjustments.test_default_listen [...many lines...] PASS: tests.test_wasyncore.Test_readwrite.test_socketerror_in_disconnected PASS: tests.test_wasyncore.Test_readwrite.test_socketerror_not_in_disconnected PASS: tests.test_wasyncore.Test_write.test_gardenpath PASS: tests.test_wasyncore.Test_write.test_non_reraised PASS: tests.test_wasyncore.Test_write.test_reraised ============================================================================ Testsuite summary \# TOTAL: 783 \# PASS: 775 \# SKIP: 8 \# XFAIL: 0 \# FAIL: 0 \# XPASS: 0 \# ERROR: 0 DURATION: 7 END: /usr/lib/python3-waitress/ptest 2026-01-07T09:57 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-python/conf/include') diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index cdec25f876..be548f62b6 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc @@ -115,6 +115,7 @@ PTESTS_FAST_META_PYTHON = "\ python3-unidiff \ python3-uritemplate \ python3-validators \ + python3-waitress \ python3-wrapt \ python3-wsproto \ python3-xlrd \ @@ -144,3 +145,10 @@ PTESTS_SLOW_META_PYTHON = "\ PTESTS_PROBLEMS_META_PYTHON = "\ " + +PTESTS_FAST_META_PYTHON:remove:libc-musl = "\ + python3-waitress \ +" +PTESTS_PROBLEMS_META_PYTHON:append:libc-musl = "\ + python3-waitress \ +" -- cgit v1.2.3-54-g00ecf