From 5816542c0edc35f66fe05e66f2b9621200292c1f Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Mon, 27 Feb 2012 17:46:43 -0800 Subject: renaming pip-requires-test to test-requires * (per request from jeblair) * version of python-ldap match between test and requires * pinned to 2.3.13 to let tests work in macosx * separating dependencies between deps and test * removed python-keystoneclient from install_requires for now. (there is no python-keystoneclient in PyPI) Real solution coming. Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7 --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8779ba73..a1e47136 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,9 @@ envlist = py26,py27,pep8 [testenv] -deps = -r{toxinidir}/tools/pip-requires-test -commands = nosetests +deps = -r{toxinidir}/tools/pip-requires + -r{toxinidir}/tools/test-requires +commands = bash run_tests.sh -N --no-pep8 [testenv:pep8] deps = pep8 -- cgit