diff mbox series

[wrynose,21/21] python3: reference upstream ticket in a test skip

Message ID 3ad25cdf47e75d2edc217727eb3f8bd01ed76e47.1781132051.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/21] libpcap: fix error message on 32-bit integer overflow | expand

Commit Message

Yoann Congal June 10, 2026, 10:55 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

I've filed a ticket upstream for the libedit-related test failure in
test_bang_completion_without_do_shell(), add a reference to the comment.

(From OE-Core rev: b5c24e1491dcb9ab0f782df6be6582fbd2151724)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta/recipes-devtools/python/python3_3.14.5.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3_3.14.5.bb b/meta/recipes-devtools/python/python3_3.14.5.bb
index 919cfde9aec..02bda8ddcf5 100644
--- a/meta/recipes-devtools/python/python3_3.14.5.bb
+++ b/meta/recipes-devtools/python/python3_3.14.5.bb
@@ -271,6 +271,7 @@  SKIPPED_TESTS = " \
 # but not bang completion. test_bang_completion_without_do_shell() passes if
 # building with readline, but we don't want to change the default, so skip the
 # test.
+# https://github.com/python/cpython/issues/150922
 SKIPPED_TESTS += " \
     --ignore test_bang_completion_without_do_shell \
 "