Skip to content

Commit

Permalink
Merge "[tests] Use urllib2<2 with Python 3.7.0 Appveyor tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Dec 20, 2023
2 parents 221b1d3 + 55dcfc4 commit 2dbe7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ install:
- 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
Expand Down

0 comments on commit 2dbe7b6

Please sign in to comment.