From 753a2e6ba368080407ddc3b5254375ef7fa4a16b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 20 Jan 2018 18:42:46 +0100 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: I6e3389b066f9f4c0eddd8baa7b70e6602342fded --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08891f0..6053cd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,3 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 six>=1.10.0 # MIT tempest>=17.1.0 # Apache-2.0 -tempest-lib>=1.0.0 # Apache-2.0