Xqt submitted this change.
[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(-)
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
To view, visit change 1035892. To unsubscribe, or for help writing mail filters, visit settings.