Merge "Support hacking 7.0.0"
This commit is contained in:
commit
ad623bd13a
@ -8939,7 +8939,7 @@ class StorwizeSVCCommonDriverTestCase(test.TestCase):
|
||||
lsmdiskgrp.assert_not_called()
|
||||
self.assertEqual(0, lsmdiskgrp.call_count)
|
||||
|
||||
@ mock.patch.object(storwize_svc_common.StorwizeSSH, 'lsmdiskgrp')
|
||||
@mock.patch.object(storwize_svc_common.StorwizeSSH, 'lsmdiskgrp')
|
||||
def test_storwize_svc_select_iogrp_with_pool_site(self, lsmdiskgrp):
|
||||
opts = {}
|
||||
state = self.driver._state
|
||||
|
@ -3,7 +3,7 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
# Install bounded pep8/pyflakes first, then let flake8 install
|
||||
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
||||
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
||||
flake8-import-order # LGPLv3
|
||||
flake8-logging-format>=0.6.0 # Apache-2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user