summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorghanshyam <ghanshyam.mann@nectechnologies.in>2016-11-22 12:48:53 +0900
committerghanshyam <ghanshyam.mann@nectechnologies.in>2016-11-22 12:52:16 +0900
commite995bfd553fb0aad8bcb9896240ab561af2d634d (patch)
tree728fa8e1e5ae009188b417b1241ef38acee25c8d /test-requirements.txt
parentfc7eeb6997bd85d9501548d86020c1abe0bd710f (diff)
downloadpython-designateclient-e995bfd553fb0aad8bcb9896240ab561af2d634d.tar.gz
Use tempest instead of Tempest-lib
tempest-lib has been deprecated since a year. All the interfaces available in tempest-lib are now available in tempest/lib. This patch make use of tempest/lib instead of tempest-lib. Also add tempest in test-requirements.txt Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
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 5e64ed3..d67f4e4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,4 +13,4 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
-tempest-lib>=0.14.0 # Apache-2.0
+tempest>=12.1.0 # Apache-2.0