python3-traitlets: Fix ptests fails

Python 3.13 changed how argparse handles % in help strings,
now treating them all as format placeholders

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-12-09 22:37:44 -08:00
parent ea2e124c95
commit a145ddffde
2 changed files with 27 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ SRC_URI[sha256sum] = "9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b
inherit pypi python_hatchling ptest
SRC_URI += " \
SRC_URI += "\
file://0001-start-testing-on-3.14-and-3.14t-929.patch \
file://run-ptest \
"