Use an older mitmproxy for py3.5.

This commit is contained in:
Andrey Rakhmatullin 2019-10-31 23:21:30 +05:00
parent a5eb59b92d
commit 5eb01b617d
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