mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 11:03:56 +00:00
mock is required for running tests since 45ff6ec28a
This fixes tox test running. Mock is available at Travis, but there is no harm in listing it explicitly.
This commit is contained in:
parent
2a89265b96
commit
7ffc786fb6
@ -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…
x
Reference in New Issue
Block a user