]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove reference to setuptools_git
authorMonty Taylor <mordred@inaugust.com>
Wed, 9 Jul 2014 17:58:39 +0000 (10:58 -0700)
committerMonty Taylor <mordred@inaugust.com>
Wed, 9 Jul 2014 18:25:12 +0000 (11:25 -0700)
It is not needed for any purpose and was superseeded a while ago.

Change-Id: I53f318cc49916afeea749d4fd8aa5a0bafa567a7

tox.ini

diff --git a/tox.ini b/tox.ini
index d459887c3e529ab81b4265f206210af1a35bd37b..558586565079724b5fd08ae49b08c9f57d051b2e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -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}'