summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2014-06-30 16:36:29 +0000
committerMatt Riedemann <mriedem@us.ibm.com>2014-06-30 16:36:48 +0000
commita34d209aff84ede65b259cbc2dda366233713e35 (patch)
tree8dbcb701777ff5c0a459d5218f69c7834973f3cf /tox.ini
parent1c4a7944d003f9d627cece91fa2d2986de2c1d4d (diff)
downloadceilometer-a34d209aff84ede65b259cbc2dda366233713e35.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ff34685d..82409602 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