python3.13, small change to force rebuild (#12555)

This commit is contained in:
Schrijvers Luc
2025-07-07 17:24:24 +02:00
committed by GitHub
parent 6b7fe5fd7b
commit f5f4497bed

View File

@@ -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)