mirror of https://github.com/scrapy/scrapy.git
Merge pull request #390 from kmike/mock-in-tox
mock is required for running tests
This commit is contained in:
commit
ee8464b471
|
|
@ -4,3 +4,6 @@ twisted
|
|||
boto
|
||||
Pillow
|
||||
django
|
||||
|
||||
# testing requirements
|
||||
mock
|
||||
|
|
|
|||
|
|
@ -4,3 +4,6 @@ lxml==2.2.4
|
|||
twisted==10.0.0
|
||||
boto==1.9b
|
||||
Pillow<2.0
|
||||
|
||||
# testing requirements
|
||||
mock==1.0.1
|
||||
|
|
|
|||
|
|
@ -5,3 +5,6 @@ twisted==11.1.0
|
|||
boto==2.2.2
|
||||
Pillow<2.0
|
||||
django==1.3.1
|
||||
|
||||
# testing requirements
|
||||
mock==1.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue