From bad092f3506ad05769d658efc9d22a5e32a9aed7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 21 Aug 2012 14:36:36 -0700 Subject: [PATCH] Add nosehtmloutput as a test dependency. Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Change-Id: Iab55c018b0f41d9ffabd931329ab487df8ab9cae --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index eb9b2adf7..43a946955 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -5,6 +5,7 @@ nose nose-exclude nosexcover openstack.nose_plugin +nosehtmloutput pep8==1.1 sphinx>=1.1.2 unittest2