mirror of https://github.com/celery/kombu.git
Adds mock >= 0.7.0 to testing requirements
This commit is contained in:
parent
dd7808f97b
commit
88fecb014a
|
@ -2,4 +2,5 @@ nose
|
|||
nose-cover3
|
||||
unittest2>=0.5.0
|
||||
coverage>=3.0
|
||||
mock>=0.7.0
|
||||
simplejson
|
||||
|
|
|
@ -2,3 +2,4 @@ distribute
|
|||
nose
|
||||
nose-cover3
|
||||
coverage>=3.0
|
||||
mock>=0.7.0
|
||||
|
|
|
@ -2,5 +2,6 @@ nose
|
|||
nose-cover3
|
||||
unittest2>=0.5.0
|
||||
coverage>=3.0
|
||||
mock>=0.7.0
|
||||
simplejson
|
||||
PyYAML==3.09 # 3.10 dropped 2.4 support
|
||||
|
|
|
@ -2,6 +2,7 @@ nose
|
|||
nose-cover3
|
||||
unittest2>=0.5.0
|
||||
coverage>=3.0
|
||||
mock>=0.7.0
|
||||
simplejson
|
||||
PyYAML==3.09 # 3.10 dropped 2.4 support
|
||||
msgpack-python==0.1.6 # 0.1.7 dropped 2.4 support
|
||||
|
|
Loading…
Reference in New Issue