Updated from global requirements

Change-Id: Iba7c464b478e7081faab3d83e36c9a0d5fa1c430
This commit is contained in:
OpenStack Proposal Bot 2015-06-22 08:28:29 +00:00
parent 4d09cb2c9f
commit 2e5ed1d823
3 changed files with 5 additions and 6 deletions

View File

@ -2,4 +2,4 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.11,<2.0
pbr<2.0,>=0.11

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -2,16 +2,16 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.10.0,<0.11
hacking<0.11,>=0.10.0
coverage>=3.6
discover
mock>=1.0
oslo.config>=1.11.0 # Apache-2.0
pylint==1.4.1 # GNU GPL v2
oslo.config>=1.11.0 # Apache-2.0
pylint==1.4.1 # GNU GPL v2
python-keystoneclient>=1.6.0
python-swiftclient>=2.2.0
selenium
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
testtools>=1.4.0
unittest2