Import os-client-config
keystoneclient-devstack-functional needs os-client-config installed, file keystoneclient/tests/functional/base.py imports it - but it's not in test-requirements.txt. Seems that we got it from a dependency in the past, so make this now explicit. Change-Id: I44217d614e2ad2238f8f00f2289b1c19f3bf436a
This commit is contained in:
@@ -12,6 +12,7 @@ keyring>=5.5.1;python_version>='3.4' # MIT/PSF
|
|||||||
lxml!=3.7.0,>=3.4.1 # BSD
|
lxml!=3.7.0,>=3.4.1 # BSD
|
||||||
mock>=2.0.0 # BSD
|
mock>=2.0.0 # BSD
|
||||||
oauthlib>=0.6.2 # BSD
|
oauthlib>=0.6.2 # BSD
|
||||||
|
os-client-config>=1.28.0 # Apache-2.0
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
requests-mock>=1.2.0 # Apache-2.0
|
requests-mock>=1.2.0 # Apache-2.0
|
||||||
tempest>=17.1.0 # Apache-2.0
|
tempest>=17.1.0 # Apache-2.0
|
||||||
|
Reference in New Issue
Block a user