From 7d85ecaa332d1f94eb3089db9cb5cc112356a6a8 Mon Sep 17 00:00:00 2001
From: Dean Troyer <dtroyer@gmail.com>
Date: Thu, 16 Nov 2017 12:38:11 -0600
Subject: [PATCH] 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
---
 openstackclient/tests/functional/common/test_module.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openstackclient/tests/functional/common/test_module.py b/openstackclient/tests/functional/common/test_module.py
index e9e4ee3a6f..d589f19cde 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):