From 39741058fa7b4097041f84b2b495d0eb9b71b807 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 21 Aug 2012 14:19:44 -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: Ic19030cc4cc8fcf99ee9442de175f38ac6126776 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 675ee69f00..cb7723e86c 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -10,6 +10,7 @@ mox # mock object framework nose # for test discovery and console feedback nosexcover openstack.nose_plugin +nosehtmloutput pylint # static code analysis pep8==1.3.3 # checks for PEP8 code style compliance Sphinx>=1.1.2 # required to build documentation