mirror of https://github.com/scrapy/scrapy.git
move tests requirements to a single place
This commit is contained in:
parent
dadaedce3e
commit
958d0dbf39
|
|
@ -0,0 +1,2 @@
|
|||
mock
|
||||
mitmproxy
|
||||
11
tox.ini
11
tox.ini
|
|
@ -13,9 +13,7 @@ deps =
|
|||
boto
|
||||
Pillow
|
||||
django
|
||||
# Only required to run tests
|
||||
mock
|
||||
mitmproxy
|
||||
-rtest-requirements.txt
|
||||
commands =
|
||||
trial {posargs:scrapy}
|
||||
|
||||
|
|
@ -29,8 +27,7 @@ deps =
|
|||
Pillow<2.0
|
||||
django==1.3.1
|
||||
cssselect==0.9.1
|
||||
mock==1.0.1
|
||||
mitmproxy==0.9.2
|
||||
-rtest-requirements.txt
|
||||
|
||||
[testenv:trunk]
|
||||
basepython = python2.7
|
||||
|
|
@ -48,9 +45,7 @@ deps =
|
|||
cssselect>=0.9
|
||||
queuelib>=1.1.1
|
||||
w3lib>=1.5
|
||||
# Only required to run tests
|
||||
mock>=1.0.1
|
||||
mitmproxy>=0.9.2
|
||||
-rtest-requirements.txt
|
||||
commands =
|
||||
trial {posargs:scrapy}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue