mirror of https://github.com/scrapy/scrapy.git
Rename tests/requirements-py3.txt to tests/requirements.txt.
This commit is contained in:
parent
0590c3756c
commit
b63369c148
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue