Fix version requirement for mock library.

One of the tests uses mock.call, which is only available in version
0.8.0 and up.

Fixes bug 1066274.

Change-Id: I77e4de0908f93326992fc4d4af4a7e54e60b5585
This commit is contained in:
Samuel Merritt 2012-10-14 08:02:09 -07:00
parent 4cf96b3791
commit e76b82c91b
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ openstack.nose_plugin
nosehtmloutput
pep8==0.6.1
sphinx>=1.1.2
mock>=0.7.0
mock>=0.8.0