Remove unneeded dependency in tox.ini

We no longer need to pip install tempest code, so removing
that from tox.ini

Change-Id: I4caa8b44299dd3254d6c08f52d873f38f358ff55
This commit is contained in:
Steve Heyman 2015-07-29 16:41:47 -05:00
parent c8a468f149
commit d47b7e627b
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ commands = python setup.py build_sphinx
# Note: This requires local running instances of Barbican
deps =
{[testenv]deps}
git+https://github.com/openstack/tempest.git
commands = nosetests {toxinidir}/functionaltests --match='{posargs}'
[tox:jenkins]