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:
		@@ -5,4 +5,4 @@ openstack.nose_plugin
 | 
			
		||||
nosehtmloutput
 | 
			
		||||
pep8==0.6.1
 | 
			
		||||
sphinx>=1.1.2
 | 
			
		||||
mock>=0.7.0
 | 
			
		||||
mock>=0.8.0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user