Remove reference to setuptools_git

It is not needed for any purpose and was superseeded a while ago.

Change-Id: I53f318cc49916afeea749d4fd8aa5a0bafa567a7
This commit is contained in:
Monty Taylor 2014-07-09 10:58:39 -07:00
parent bcc0319e31
commit 2f067125f1
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setuptools_git>=0.4
commands =
python -m neutron.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}'