- Fix doublons.
- use openstack nose std plugins.
- Rework tox.ini
This commit is contained in:
Chmouel Boudjnah 2013-03-26 16:00:10 +01:00
parent 2196f3b131
commit ef18bf3bc5
3 changed files with 12 additions and 10 deletions

View File

@ -4,5 +4,5 @@ python-swiftclient
webob
python-dateutil
netifaces
eventlet
python-keystoneclient
eventlet

View File

@ -1,11 +1,10 @@
distribute>=0.6.24
coverage
discover
eventlet
pep8==1.3
python-keystoneclient
distribute>=0.6.24
mox
nose
nosehtmloutput
openstack.nose_plugin
testrepository>=0.0.13
testtools>=0.9.22
unittest2
mox

View File

@ -3,9 +3,12 @@ envlist = py27,flake8
[testenv]
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1
NOSE_OPENSTACK_RED=0.05
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires