Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035892?usp=email )
Change subject: [tests] remove install statement for Pillow in Appveyor config file ......................................................................
[tests] remove install statement for Pillow in Appveyor config file
Pillow is already listed in requirements.
Change-Id: I91fde6bf40bad7035be3cb53337dd98ebbef43eb --- M .appveyor.yml 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.appveyor.yml b/.appveyor.yml index 96d787b..38cef84 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -69,7 +69,6 @@ - if [%PYTHON_VERSION%]==[3.7.0] pip install "urllib3<2.0" - if [%PYTHON_VERSION%]==[3.7.0] pip install -U setuptools - if [%PYTHON_VERSION%]==[3.12.x] 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 - pip install wikitextparser
pywikibot-commits@lists.wikimedia.org