]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Try to repair oddball test bots timing out in test_int (#119166)
authorTim Peters <tim.peters@gmail.com>
Sun, 19 May 2024 01:54:23 +0000 (20:54 -0500)
committerGitHub <noreply@github.com>
Sun, 19 May 2024 01:54:23 +0000 (20:54 -0500)
commitba8af848648d3eb51eb17395e12117007bae8606
treeaf05b12cf7047f5b40c7521b36cbaf0cf80279a0
parentecd8664f11298a1a4f7428363c55ad2904c9f279
Try to repair oddball test bots timing out in test_int (#119166)

Various test bots (outside the ones GH normally runs) are timing out during test_int after ecd8664 (asymptotically faster str->int). Best guess is that they don't build the C _decimal module. So require that module in the most likely tests to time out then. Flying mostly blind, though!
Lib/test/test_int.py