mirror of https://github.com/scrapy/scrapy.git
Restore 3.5 support for mitmproxy-based tests
This commit is contained in:
parent
aefd43a6c6
commit
394631fc0a
|
|
@ -1,7 +1,8 @@
|
|||
# Tests requirements
|
||||
attrs
|
||||
dataclasses; python_version == '3.6'
|
||||
mitmproxy >=4, <5 # The latest version does not support some pinned dependencies
|
||||
mitmproxy >=4, <5; python_version < '3.6' # The latest version does not support some pinned dependencies
|
||||
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