1
0
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:
Mikhail Korobov 2013-09-18 00:02:23 +06:00
parent 2a89265b96
commit 7ffc786fb6
3 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,6 @@ twisted
boto
Pillow
django
# testing requirements
mock

View File

@ -4,3 +4,6 @@ lxml==2.2.4
twisted==10.0.0
boto==1.9b
Pillow<2.0
# testing requirements
mock==1.0.1

View File

@ -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