Remove setuptools-git

Remove setuptools-git its not required to run the unit tests.

Change-Id: I3838a9c90e45862cc53eb1f71033d7a665991887
Signed-off-by: Chuck Short <charles.short@ericsson.com>
This commit is contained in:
Chuck Short 2017-07-03 20:06:54 -05:00
parent 8fd9521cbe
commit 4b3cc58f34
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ install_command =
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setuptools-git>=0.4
commands =
{toxinidir}/tools/ostestr_compat_shim.sh {posargs}