Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commitba8af84
authored
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!1 parentecd8664 commitba8af84
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 |
| |
16 | 21 |
| |
17 | 22 |
| |
| |||
920 | 925 |
| |
921 | 926 |
| |
922 | 927 |
| |
| 928 | + | |
923 | 929 |
| |
924 | 930 |
| |
925 | 931 |
| |
| |||
931 | 937 |
| |
932 | 938 |
| |
933 | 939 |
| |
| 940 | + | |
934 | 941 |
| |
935 | 942 |
| |
936 | 943 |
| |
| |||
950 | 957 |
| |
951 | 958 |
| |
952 | 959 |
| |
| 960 | + | |
953 | 961 |
| |
954 | 962 |
| |
955 | 963 |
| |
|
0 commit comments
Comments
(0)