From ea92dd75f1fe9cc2a274f687e831c8a989adb8e9 Mon Sep 17 00:00:00 2001 From: moyogo Date: Sat, 26 Nov 2016 09:25:19 +0000 Subject: [PATCH] =?UTF-8?q?appveyor:=20use=20setuptools=3D=3D28.8.0=20sinc?= =?UTF-8?q?e=2029.0.0=20doesn=E2=80=99t=20install=20cli-{32,64}.exe=20and?= =?UTF-8?q?=20other=20binaries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 117b55843..cded42e17 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -49,7 +49,9 @@ install: - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" # upgrade pip and setuptools to avoid out-of-date warnings - - "python -m pip install --disable-pip-version-check --user --upgrade pip setuptools" + - "python -m pip install --disable-pip-version-check --user --upgrade pip" + # use setuptools 28.8.0 while 29.0.0 is broken + - "python -m pip install --disable-pip-version-check --user --upgrade setuptools==28.8.0" - "python -m pip --version" # install the dependencies to run the tests