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

Change subject: [tests] Use urllib2<2 with Python 3.7.0 Appveyor tests
......................................................................

[tests] Use urllib2<2 with Python 3.7.0 Appveyor tests

Bug: T353772
Change-Id: I395d01df879a3280bafb074333aaf43e85d9d50a
---
M .appveyor.yml
1 file changed, 11 insertions(+), 0 deletions(-)

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




diff --git a/.appveyor.yml b/.appveyor.yml
index 5b8c64e..66cdc07 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -66,6 +66,7 @@
   - python -c "import platform; print(platform.machine())"
   - python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)"
   - pip --version
+  - if [%PYTHON_VERSION%]==[3.7.0] pip install "urllib3<2.0"
   - if [%PYTHON_ARCH%]==[32] pip install "Pillow >= 8.1.2, < 10.0.0"
   - pip install -r requirements.txt
   - pip install -r dev-requirements.txt

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/984481
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: I395d01df879a3280bafb074333aaf43e85d9d50a
Gerrit-Change-Number: 984481
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