From f5f4497bed3197636c9aa239a226e06241518843 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 7 Jul 2025 17:24:24 +0200 Subject: [PATCH] python3.13, small change to force rebuild (#12555) --- dev-lang/python/python3.13-3.13.5.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python3.13-3.13.5.recipe b/dev-lang/python/python3.13-3.13.5.recipe index b7cbf90d5..9e3ea8b26 100644 --- a/dev-lang/python/python3.13-3.13.5.recipe +++ b/dev-lang/python/python3.13-3.13.5.recipe @@ -432,7 +432,7 @@ TEST() test_re # locale related failures. # test_readline # hangs sometimes (when run in parallel with test_pty, I think). test_shutil # "Operation not supported" calling "os.scandir(topfd)". - # test_signal # stupid test compares wording of strsignal(signal.SIGTERM). + # test_signal # stupid test compares wording of strsignal(signal.SIGTERM). test_strptime # locale related failures. test_subprocess # "Device/File/Resource busy" calling setrlimit() test_sysconfig # venv related failures. (ToDo, back-port patch from 3.14)