From fb8c8e42cc842f9f741d44998b2cec16d0cb8939 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 12 Apr 2016 15:15:04 +0200 Subject: [PATCH] Fix dependency from tempest-lib to os-testr It's actually os-testr that provides subunit-trace. Change-Id: Ia4ea27c979092939f0a1e5e27262232da594820a --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7ba2aadbf..0a13746af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ test = testtools>=1.4.0 gabbi>=0.12.0 # Apache-2.0 # Provides subunit-trace - tempest-lib>=0.6.1 + os-testr python-subunit>=0.0.18 [entry_points]