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:
parent
5f56bff001
commit
617a93d0b6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user