Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 944838. To unsubscribe, or for help writing mail filters, visit settings.

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