From 2f067125f1f3349c2e4cf7eb8a60a25b1b891242 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 9 Jul 2014 10:58:39 -0700 Subject: [PATCH] Remove reference to setuptools_git It is not needed for any purpose and was superseeded a while ago. Change-Id: I53f318cc49916afeea749d4fd8aa5a0bafa567a7 --- tox.ini | 1 - 1 file changed, 1 deletion(-) 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}' -- 2.45.2