Raise hacking version to 2.0.0
We've kept hacking capped for a long time now. This raises the hacking package version to the latest release and fixes the issues that it found. Change-Id: I8cd8e0da4a958da33ddb349d95b593617ab03d7c Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
c43cadf1ca
commit
56ba19d1c3
@ -11,9 +11,7 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
"""
|
||||
Command-line interface to the os-brick.
|
||||
"""
|
||||
"""Command-line interface to the os-brick."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
@ -174,5 +172,6 @@ def do_get_all_volume_paths(client, args):
|
||||
if paths:
|
||||
print('\n'.join(paths))
|
||||
|
||||
|
||||
manager_class = brick_client.Client
|
||||
name = 'brick_local_volume_management'
|
||||
|
@ -19,7 +19,7 @@ fixtures==3.0.0
|
||||
flake8==2.2.4
|
||||
future==0.16.0
|
||||
greenlet==0.4.13
|
||||
hacking==0.10.3
|
||||
hacking==2.0.0
|
||||
idna==2.6
|
||||
imagesize==1.0.0
|
||||
iso8601==0.1.12
|
||||
|
@ -2,7 +2,7 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
hacking<0.11,>=0.10.0
|
||||
hacking>=2.0.0
|
||||
|
||||
python-cinderclient>=3.3.0 # Apache-2.0
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user