Revert "Align to openstack python package index mirror"

This reverts commit 1c4a7944d0.

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
This commit is contained in:
Matt Riedemann 2014-06-30 16:36:29 +00:00
parent 1c4a7944d0
commit a34d209aff

View File

@ -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