From ee682303c32bff07b84820dec16413235aca5ef0 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 13 Jan 2015 18:08:34 -0500 Subject: [PATCH] we don't need to allow insecure any more netaddr is up on pypi now correctly, no need to provide the insecure flags here. Change-Id: Ib4be1e164f8d2de3bebf42ccc4a8ac825b0f4320 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 223005967c..d185a62784 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install --allow-external netaddr --allow-insecure netaddr -U {opts} {packages} +install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1 NOSE_OPENSTACK_COLOR=1