From 31fac7bd153f073fe70c38d3a4815a19088150c5 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Fri, 24 Feb 2017 10:15:36 +0100 Subject: [PATCH] Depends on tempest (tempest-lib is deprecated) The code itself worked with tempest.lib from the start, so no code changes are needed. Change-Id: I6ce8044f68e2b8d044efc1ae0904978d44ff0c74 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 28251865..545b6e61 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,4 +14,4 @@ testtools>=1.4.0 # MIT reno>=1.8.0 # Apache-2.0 # Tempest Plugin -tempest-lib>=0.14.0 # Apache-2.0 +tempest>=14.0.0 # Apache-2.0