Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] upgrade setuptools for Python 3.7.0 on Appveyor

Change-Id: Iff264db14c5271bd3d795a84ba3d4e7faf2ef3ad
---
M .appveyor.yml
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index bbd7bef..fe83b36 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -66,6 +66,7 @@
- python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)"
- pip --version
- if [%PYTHON_VERSION%]==[3.7.0] pip install "urllib3<2.0"
+ - if [%PYTHON_VERSION%]==[3.7.0] pip install -U setuptools
- if [%PYTHON_ARCH%]==[32] pip install "Pillow >= 8.1.2, != 10.0, != 10.1"
- pip install -r requirements.txt
- pip install -r dev-requirements.txt

To view, visit change 999568. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Iff264db14c5271bd3d795a84ba3d4e7faf2ef3ad
Gerrit-Change-Number: 999568
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged