diff options
| author | Monty Taylor <mordred@inaugust.com> | 2012-05-16 11:42:30 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-05-16 14:00:20 -0400 |
| commit | 878c939e2c6dcbbf4e0792b04a070af90c72fba6 (patch) | |
| tree | 5660a0e17c6e4af58793cb5917c9b2bc32447489 /tools | |
| parent | fa43d08dcb30183b7b0c3a70dbd833893d0e60ce (diff) | |
| download | python-neutronclient-878c939e2c6dcbbf4e0792b04a070af90c72fba6.tar.gz | |
Align tox with standards.
Moved openstack nose invocation to tox.ini from setup.cfg, as there
is no way to turn it off if it's in setup.cfg, and when we're running
in jenkins, we want to run via xunit and not via openstack color output.
Change-Id: I0a7b6232834b5cdfc97be9c2f93f726d6b47e0ac
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/test-requires | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/test-requires b/tools/test-requires index 4ddb40b..a048ab0 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,7 +1,11 @@ -coverage +distribute>=0.6.24 + +mox nose +nose-exclude nosexcover +openstack.nose_plugin pep8==0.6.1 +sphinx>=1.1.2 --e git+https://review.openstack.org/p/openstack-dev/openstack-nose.git#egg=openstack.nose_plugin -e git+https://review.openstack.org/p/openstack/quantum#egg=quantum-dev |
