Updated from global requirements

Change-Id: Ia6b19408ad8725653147d4e9f086c4d861c814c9
This commit is contained in:
OpenStack Proposal Bot 2015-07-17 16:17:34 +00:00
parent 352d4cbdd0
commit a4088f6676

View File

@ -4,7 +4,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.10,>=0.9.2
coverage>=3.6
mock>=1.1;python_version!='2.6'
mock!=1.1.4,>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
discover
oslotest>=1.7.0 # Apache-2.0