Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/945538 )

Change subject: [tests] Install Pillow first
......................................................................

[tests] Install Pillow first

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

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/945538
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic9f3d0151d13045e401b9fb056359d5f85762ec0
Gerrit-Change-Number: 945538
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to