Use an older mitmproxy for py3.5.

This commit is contained in:
Andrey Rakhmatullin 2019-10-31 23:21:30 +05:00
parent 3ec6960732
commit c4ef950efd
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Tests requirements
jmespath
mitmproxy
mitmproxy; python_version >= '3.6'
mitmproxy==3.0.4; python_version < '3.6'
pytest
pytest-cov
pytest-twisted