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: I9f7bdf848aeb0fee727da9cd3b651b3a3ce53182
This commit is contained in:
Clark Boylan 2012-08-21 14:37:29 -07:00
parent 540c4883d6
commit 5bf17126b9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
nosehtmloutput
pep8==0.6.1
sphinx>=1.1.2
unittest2