summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorwangxiyuan <wangxiyuan@huawei.com>2016-05-23 15:03:32 +0800
committerwangxiyuan <wangxiyuan@huawei.com>2016-06-27 17:26:02 +0800
commitcbb46434e689d2b2ec7545fd80fa9c5f508fb936 (patch)
treee458cad65fccf63335c26c0716d0ae2a058dad45 /test-requirements.txt
parentd168bd73eb5965e31483aec041e6c9a1047ad540 (diff)
downloadpython-glanceclient-cbb46434e689d2b2ec7545fd80fa9c5f508fb936.tar.gz
Replace tempest_lib with tempest.lib
As the tempest_lib is deprecated and the code has been moved into tempest. We should use tempest.lib insteded of tempest_lib. Change-Id: Id22f90a47056cd88f9524fc6015607c93f7d88b5
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 99d93de..d1a7af7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,4 +16,4 @@ testtools>=1.4.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.0 # Apache-2.0
-tempest-lib>=0.14.0 # Apache-2.0
+tempest>=11.0.0 # Apache-2.0