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: If88ca04bf7e45aa25aaea3cc01bb0f457224c117
This commit is contained in:
Clark Boylan 2012-08-21 14:41:29 -07:00
parent b2c7fbedbc
commit 89c5ba336b

View File

@ -5,6 +5,7 @@ mox==0.5.3
nose
nosexcover
openstack.nose_plugin
nosehtmloutput
pep8
sphinx>=1.1.2
unittest2