From a34d209aff84ede65b259cbc2dda366233713e35 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 30 Jun 2014 16:36:29 +0000 Subject: [PATCH] Revert "Align to openstack python package index mirror" This reverts commit 1c4a7944d003f9d627cece91fa2d2986de2c1d4d. No other integrated projects are hard-coding the package index. This breaks anyone doing CI behind a firewall, and a workaround of -i on the command line shouldn't be required to use tox with the project. Changes that require dependencies in the mirror have to go through the same process as everyone else to get them merged in the global-requirements file and then served to the mirror so your change can run with them. Change-Id: Ifc1e360f8880900a945328f5b62a41e13f9c2df9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ff34685da..82409602b 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py26,py27,py33,pep8 [testenv] deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -install_command = pip install -i http://pypi.openstack.org/openstack -U --allow-external pytidylib --allow-insecure pytidylib --allow-external netifaces --allow-insecure netifaces {opts} {packages} +install_command = pip install -U --allow-external pytidylib --allow-insecure pytidylib --allow-external netifaces --allow-insecure netifaces {opts} {packages} usedevelop = True setenv = VIRTUAL_ENV={envdir} EVENTLET_NO_GREENDNS=yes