From: Monty Taylor Date: Wed, 9 Jul 2014 17:58:39 +0000 (-0700) Subject: Remove reference to setuptools_git X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2f067125f1f3349c2e4cf7eb8a60a25b1b891242;p=openstack-build%2Fneutron-build.git Remove reference to setuptools_git It is not needed for any purpose and was superseeded a while ago. Change-Id: I53f318cc49916afeea749d4fd8aa5a0bafa567a7 --- diff --git a/tox.ini b/tox.ini index d459887c3..558586565 100644 --- 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}'