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
This commit is contained in:
Clark Boylan 2012-08-21 14:36:36 -07:00
parent bab694ef1d
commit bad092f350
1 changed files with 1 additions and 0 deletions

View File

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