Merge "Support hacking 7.0.0"

This commit is contained in:
Zuul 2024-12-12 14:37:14 +00:00 committed by Gerrit Code Review
commit ad623bd13a
2 changed files with 2 additions and 2 deletions

View File

@ -8939,7 +8939,7 @@ class StorwizeSVCCommonDriverTestCase(test.TestCase):
lsmdiskgrp.assert_not_called() lsmdiskgrp.assert_not_called()
self.assertEqual(0, lsmdiskgrp.call_count) 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): def test_storwize_svc_select_iogrp_with_pool_site(self, lsmdiskgrp):
opts = {} opts = {}
state = self.driver._state state = self.driver._state

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
# Install bounded pep8/pyflakes first, then let flake8 install # 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-import-order # LGPLv3
flake8-logging-format>=0.6.0 # Apache-2.0 flake8-logging-format>=0.6.0 # Apache-2.0