From 1579c7ce1526a952d74faeaad3e0ad1719604221 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 21 Jun 2016 13:38:32 +0200 Subject: [PATCH] Replace tempest-lib dependency with os-testr subunit-trace is also provided by os-testr which is a more lightweight dependency than tempest-lib. Change-Id: Ic91beb8278f9dfa3785f8f3dd495db609a88390e --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f18f3ecf..c5955ad6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ test = oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT - tempest-lib>=0.14.0 # Apache-2.0 + os-testr>=0.7.0 # Apache-2.0 reno>=1.6.2 # Apache2 fixtures = testresources>=0.2.4 # Apache-2.0/BSD