mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-07 21:07:46 +00:00
[tests] Upgrade python tests to 3.9 (#8181)
New python 3.6 deployments will fail today per the previous announcement https://vercel.com/changelog/python-3-6-is-being-deprecated This PR updates the tests to use python 3.9 instead.
This commit is contained in:
@@ -98,7 +98,11 @@ async function nowDeploy(bodies, randomness, uploadNowJson) {
|
||||
logWithinTest('state is READY, moving on');
|
||||
break;
|
||||
}
|
||||
logWithinTest('state is ', readyState, 'retrying in 1 second');
|
||||
if (i > 0 && i % 25 === 0) {
|
||||
logWithinTest(
|
||||
`State of https://${deploymentUrl} is ${readyState}, retry number ${i}`
|
||||
);
|
||||
}
|
||||
await new Promise(r => setTimeout(r, 1000));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user