Xqt submitted this change.

View Change


Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[tests] Install Pillow first

Bug: T341198
Change-Id: Ic9f3d0151d13045e401b9fb056359d5f85762ec0
---
M .appveyor.yml
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index c562d78..f0e0ebc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -63,10 +63,10 @@
- python -c "import platform; print(platform.machine())"
- python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)"
- pip --version
+ - if [%PYTHON_ARCH%]==[32] pip install "Pillow >= 8.1.2, < 10.0.0"
- pip install -r requirements.txt
- pip install -r dev-requirements.txt
- pip install wikitextparser
- - if [%PYTHON_ARCH%]==[32] pip install "Pillow >= 8.1.2, < 10.0.0"

build: off


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

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