From f80a6f4bd8487a73c9d6f61af70a31ffd490d90b Mon Sep 17 00:00:00 2001 From: bhagyashris Date: Tue, 24 May 2016 12:43:15 +0530 Subject: 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 instead of tempest_lib. TrivialFix Change-Id: I2d1ded815fa7d3ad2697e405cdab8232ed49447d --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 64cbcb4..df9ff8e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,5 +13,5 @@ os-testr>=0.4.1 # Apache-2.0 reno>=1.6.2 # Apache2 requests-mock>=0.7.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD -tempest-lib>=0.14.0 # Apache-2.0 +tempest>=11.0.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD -- cgit v1.2.1