Merge pull request #4718 from Gallaecio/support-pinned-3.6

Upgrade minimum dependencies for Python 3.6 support
This commit is contained in:
Mikhail Korobov 2020-08-17 13:54:45 +05:00 committed by GitHub
commit 5ac135f036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# Tests requirements
attrs
dataclasses; python_version == '3.6'
mitmproxy; python_version >= '3.6'
mitmproxy<4.0.0; python_version < '3.6'
mitmproxy; python_version >= '3.7'
mitmproxy >= 4, < 5; python_version >= '3.6' and python_version < '3.7'
mitmproxy < 4; python_version < '3.6'
# https://github.com/pytest-dev/pytest-twisted/issues/93
pytest != 5.4, != 5.4.1
pytest-azurepipelines

View File

@ -13,7 +13,7 @@ deps =
-rtests/requirements-py3.txt
# Extras
boto3>=1.13.0
botocore>=1.3.23
botocore>=1.4.87
Pillow>=3.4.2
passenv =
S3_TEST_FILE_URI
@ -76,7 +76,7 @@ deps =
zope.interface==4.1.3
-rtests/requirements-py3.txt
# Extras
botocore==1.3.23
botocore==1.4.87
google-cloud-storage==1.29.0
Pillow==3.4.2