From 53de0dd77ead04422e05a6251cb92c46d787aae6 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 21 Aug 2012 14:08:57 -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: I03f61fe4a8f0daa4a43fc9e7d41456b65018cf66 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 4b8630e7e..108e4e65f 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,6 +6,7 @@ mox==0.5.3 nose nosexcover openstack.nose_plugin +nosehtmloutput pep8==1.1 sphinx>=1.1.2 MySQL-python -- 2.45.2