From 216aaf1d4b7a36498873a53ba187d51769ed1922 Mon Sep 17 00:00:00 2001 From: melissaml Date: Mon, 22 Jan 2018 10:43:49 +0800 Subject: [PATCH] Remove obsolete tempest-lib tempest-lib has been reintegrated into tempest and this repository already uses tempest instead of tempest-lib. Replace requirements for tempest-lib with requirements for tempest. See also https://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/reintegrate-tempest-lib.html Change-Id: Ied28cc27d5c3d4d7ef099ab9abd0dde1597be33e --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index aece5c8..47a1a13 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,7 +17,7 @@ testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0.27 # MIT oslotest>=3.2.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 -tempest-lib>=1.0.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 ddt>=1.0.1 # MIT pylint==1.7.1 # GPLv2 python-kingbirdclient>=0.1.0 # Apache-2.0