Skip to content

Commit

Permalink
update pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Oct 9, 2023
1 parent 51ab2b1 commit 635e04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion winbuild/test_docker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ param ([string]$python)
$ErrorActionPreference = 'Stop'
$ProgressPreference = 'SilentlyContinue'
if ($python -like "pypy*") {
$url = 'https://downloads.python.org/pypy/{0}-v7.3.11-win64.zip' -f $python
$url = 'https://downloads.python.org/pypy/{0}-v7.3.13-win64.zip' -f $python
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest -Uri 'https://aka.ms/vs/15/release/vc_redist.x64.exe' -OutFile 'vc_redist.x64.exe'
& C:\vc_redist.x64.exe /install /quiet /norestart
Expand All @@ -29,6 +29,7 @@ $env:path += ";C:\Python\;C:\pillow\winbuild\build\bin\"
cd C:\pillow
& python -VV
& python -m ensurepip
& python -m pip install -U pip
& python -m pip install pytest pytest-timeout
& python -m pip install "$(Get-ChildItem *.whl -Name)"
& python -m pytest -vx Tests\check_wheel.py Tests
Expand Down

0 comments on commit 635e04e

Please sign in to comment.