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

Change subject: [tests] Don't use Pillow 10 with PYTHON_ARCH 32 on Appveyor
......................................................................

[tests] Don't use Pillow 10 with PYTHON_ARCH 32 on Appveyor

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

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.appveyor.yml b/.appveyor.yml
index 7116a1c..c562d78 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -66,6 +66,7 @@
   - 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/+/944838
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: Ibf2ba77ff7fa7bdc8b3f8adb80589b180dd05c07
Gerrit-Change-Number: 944838
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to