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:
Tim Burke 2016-11-19 02:09:08 +00:00
parent 0beae4c9c0
commit ebb01ddaab
2 changed files with 1 additions and 6 deletions

View File

@ -15,11 +15,6 @@
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_URL=http://localhost:35357/v2.0

View File

@ -5,7 +5,7 @@ openstack.nose_plugin
coverage
mock
pylint
python-openstackclient<=1.9.0
python-openstackclient
boto
requests-mock>=0.7.0 # Apache-2.0
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD