summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-12-29 21:45:25 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2021-12-29 21:45:25 +0100
commit4e36150cb5c32213d740d7042197555d663fc32c (patch)
treecff04e20eaa2a933b1a1c606fca4f7388b441478
parent5fe676d41a9b6145a05e8b13a50594e7c563059a (diff)
downloadpsutil-4e36150cb5c32213d740d7042197555d663fc32c.tar.gz
try again
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9d7aed9a..6a55a890 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -73,8 +73,9 @@ install:
- "powershell .ci\\appveyor\\install.ps1"
# - ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- "%WITH_COMPILER% %PYTHON%/python.exe -m pip --version"
- # XXX temporary fix around setuptools
- - "%WITH_COMPILER% %PYTHON%/python.exe -m pip install --user setuptools==59.6.0"
+ # XXX: pin setuptools to < 60.0.0 to restore the distutils installation, see:
+ # https://github.com/pypa/setuptools/pull/2896
+ - "%WITH_COMPILER% %PYTHON%/python.exe -m pip install --user setuptools==59.8.0"
- "%WITH_COMPILER% %PYTHON%/python.exe -m pip install --upgrade --user pip"
- "%WITH_COMPILER% %PYTHON%/python.exe scripts/internal/winmake.py setup-dev-env"
- "%WITH_COMPILER% %PYTHON%/python.exe -m pip freeze"