Finalize tox config.

Shrink tox.ini to the new short version.
Fix the test cases to be able to be run in nosetets plus the
openstack.nose_plugin, which finally removes the need for
nova/testing/runner.py
Also, now we'll just output directly to stdout, which will
make nose collect the trace logging directly and either output
it at the end of the run, or inject it into the xunit output
appropriately.

Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
This commit is contained in:
Monty Taylor
2012-06-03 13:03:21 -04:00
parent 69fb6b9ee9
commit bb9052d6da

View File

@@ -4,8 +4,7 @@ distribute>=0.6.24
coverage
mox==0.5.3
nose
nosexcover
openstack.nose_plugin
openstack.nose_plugin>=0.7
pep8==1.1
sphinx>=1.1.2
MySQL-python