Rename tests/requirements-py3.txt to tests/requirements.txt.

This commit is contained in:
Andrey Rakhmatullin 2021-08-11 20:02:45 +05:00
parent 0590c3756c
commit b63369c148
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ minversion = 1.7.0
[testenv]
deps =
-rtests/requirements-py3.txt
-rtests/requirements.txt
# mitmproxy does not support PyPy
# mitmproxy does not support Windows when running Python < 3.7
# Python 3.9+ requires https://github.com/mitmproxy/mitmproxy/commit/8e5e43de24c9bc93092b63efc67fbec029a9e7fe
@ -82,7 +82,7 @@ deps =
Twisted[http2]==17.9.0
w3lib==1.17.0
zope.interface==4.1.3
-rtests/requirements-py3.txt
-rtests/requirements.txt
# mitmproxy 4.0.4+ requires upgrading some of the pinned dependencies
# above, hence we do not install it in pinned environments at the moment