summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-06-24 13:36:37 +0800
committerTang Chen <chen.tang@easystack.cn>2016-06-24 13:36:37 +0800
commite5a76f63f46bca2b81a02cfd07d96c93c624b73d (patch)
tree98feec7a86fe64f237cd86b8eaf361ee47c31989 /test-requirements.txt
parentee9cbe632c24bd1cbe78ed1c7f5e908921acb1e3 (diff)
downloadpython-designateclient-e5a76f63f46bca2b81a02cfd07d96c93c624b73d.tar.gz
Use osc-lib instead of openstackclient
osc-lib is a package of common support modules for writing OSC plugins. All common functions, classes such as exceptions, utils, logs and so on have been moved from openstackclient to osc-lib. So use osc-lib instead of openstackclient. Change-Id: I4377951ba0b58ea94a43c688b66c0b87dda7225d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 168e663..802f4f8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ coverage>=3.6 # Apache-2.0
mock>=2.0 # BSD
discover # BSD
oslotest>=1.10.0 # Apache-2.0
-python-openstackclient>=2.1.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
requests-mock>=0.7.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD