Unpin python-openstackclient in test-requirements.txt
...because the alternative is to add pins for one or more of * osc-lib * os-client-config * cliff * whatever else... Also drop the unused OS_* env vars, as they make more-recent python-openstackclient barf with TypeError: __init__() got an unexpected keyword argument 'project_name' Change-Id: Ibfda43cfc28b5aa6530d4ab3a87a7bc696b9ca7c
This commit is contained in:
parent
0beae4c9c0
commit
ebb01ddaab
@ -15,11 +15,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export OS_AUTH_URL=http://localhost:35357/v2.0
|
|
||||||
export OS_TENANT_NAME=admin
|
|
||||||
export OS_USERNAME=admin
|
|
||||||
export OS_PASSWORD=password
|
|
||||||
|
|
||||||
export OS_TOKEN=ADMIN
|
export OS_TOKEN=ADMIN
|
||||||
export OS_URL=http://localhost:35357/v2.0
|
export OS_URL=http://localhost:35357/v2.0
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ openstack.nose_plugin
|
|||||||
coverage
|
coverage
|
||||||
mock
|
mock
|
||||||
pylint
|
pylint
|
||||||
python-openstackclient<=1.9.0
|
python-openstackclient
|
||||||
boto
|
boto
|
||||||
requests-mock>=0.7.0 # Apache-2.0
|
requests-mock>=0.7.0 # Apache-2.0
|
||||||
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
|
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user