requirements: Bump python-openstackclient version

Allows us to resolve a long-standing TODO by removing
mock in the process.

Change-Id: If9688c121f57822bb17559d8fe580fabf2d08af3
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Stephen Finucane 2022-03-22 11:24:24 +00:00 committed by Goutham Pacha Ravi
parent 5f56bff001
commit 617a93d0b6
2 changed files with 3 additions and 8 deletions

View File

@ -11,11 +11,10 @@
# under the License.
#
import mock
from osc_lib import exceptions
from unittest import mock
from openstackclient.tests.unit.identity.v3 import fakes as identity_fakes
from osc_lib import exceptions
from manilaclient import api_versions
from manilaclient.common.apiclient.exceptions import BadRequest

View File

@ -3,11 +3,7 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
# Can be removed in Victoria cycle, when we raise the requirement of
# python-openstackclient in this file to a version that no longer
# requires mock. See: https://review.opendev.org/717410/
mock>=2.0.0 # BSD
stestr>=2.0.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
testtools>=2.2.0 # MIT
python-openstackclient>=3.12.0 # Apache-2.0
python-openstackclient>=5.3.0 # Apache-2.0