Skip to content

chore: update python used in tests #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

AWS-Samuel
Copy link
Contributor

What was the problem/requirement? (What/Why)

A new version of python is available, and so it's time to update.

What was the solution? (How)

Update it

What is the impact of this change?

The latest python is used in the test fixtures

How was this change tested?

Ran

$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri "https://www.python.org/ftp/python/3.12.9/python-3.12.9-amd64.exe" -OutFile "C:\python-3.12.9-amd64.exe"
$installerHash=(Get-FileHash "C:\python-3.12.9-amd64.exe" -Algorithm "MD5")
$expectedHash="1cfb1bbf96007b12b98db895dcd86487"
if ($installerHash.Hash -ne $expectedHash) {{ throw "Could not verify Python installer." }}
Start-Process -FilePath "C:\python-3.12.9-amd64.exe" -ArgumentList "/quiet InstallAllUsers=1 PrependPath=1 AppendPath=1" -Wait

on a windows instance and confirmed that python installed

Was this change documented?

No

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@AWS-Samuel AWS-Samuel requested a review from a team as a code owner March 14, 2025 15:28
epmog
epmog previously approved these changes Mar 14, 2025
Signed-off-by: Samuel Anderson <[email protected]>
@AWS-Samuel AWS-Samuel enabled auto-merge (squash) March 14, 2025 15:53
@AWS-Samuel AWS-Samuel merged commit 3e85e5a into aws-deadline:mainline Mar 14, 2025
16 checks passed
@AWS-Samuel AWS-Samuel deleted the update-python branch March 14, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants