From 6a4c5ed448191219c0443a30459f2c35f2aec32e Mon Sep 17 00:00:00 2001 From: melissaml Date: Mon, 22 Jan 2018 11:33:35 +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: I81f67d6cad8d289803ea32e2d3f62a3e2b73413d --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index e461912..0274c34 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,5 +6,4 @@ flake8>=2.5.4,<2.6.0 # MIT hacking<0.12,>=0.11.0 # Apache-2.0 testtools>=1.4.0 # MIT mock>=2.0 # BSD -tempest>=12.1.0 # Apache-2.0 -tempest-lib>=0.14.0 # Apache-2.0 \ No newline at end of file +tempest>=17.1.0 # Apache-2.0