mirror of https://github.com/scrapy/scrapy.git
Do not change the mitmproxy version for no-3.6 Python versions
This commit is contained in:
parent
394631fc0a
commit
8e393a0b21
|
|
@ -1,8 +1,9 @@
|
|||
# Tests requirements
|
||||
attrs
|
||||
dataclasses; python_version == '3.6'
|
||||
mitmproxy >=4, <5; python_version < '3.6' # The latest version does not support some pinned dependencies
|
||||
mitmproxy <4; python_version < '3.6'
|
||||
dataclasses; python_version ==3.6
|
||||
mitmproxy; python_version >=3.7
|
||||
mitmproxy >=4, <5; python_version >=3.6, <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
|
||||
|
|
|
|||
Loading…
Reference in New Issue