summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-11-16 12:38:11 -0600
committerDean Troyer <dtroyer@gmail.com>2017-11-16 12:38:17 -0600
commit7d85ecaa332d1f94eb3089db9cb5cc112356a6a8 (patch)
tree05b942b9515047cc9ede9fb7447b2c934df9bb5b /openstackclient
parentc0f910d6133626e5afbb6106b5230d5d59a4eb89 (diff)
downloadpython-openstackclient-7d85ecaa332d1f94eb3089db9cb5cc112356a6a8.tar.gz
Prepare for os-clinet-config to go away
We used that module in a test functional for module list, it is being absorbed into python-openstacksdk and having it listed in this test breaks -tips jobs. Change-Id: I98fdf5a5d1b3c6e30cb4c5f5fec3dd8e43e53145
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/tests/functional/common/test_module.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/common/test_module.py b/openstackclient/tests/functional/common/test_module.py
index e9e4ee3a..d589f19c 100644
--- a/openstackclient/tests/functional/common/test_module.py
+++ b/openstackclient/tests/functional/common/test_module.py
@@ -27,7 +27,6 @@ class ModuleTest(base.TestCase):
'openstack']
LIBS = ['osc_lib',
- 'os_client_config',
'keystoneauth1']
def test_module_list(self):