From 846289ef40be74d1eb92d968da3fc8fd66705894 Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Thu, 24 Nov 2016 11:46:19 +0000 Subject: [PATCH] Drop "--allow-insecure netifaces" from tox pip install Follow up to [1]. The --allow-insecure switch is no longer required for netifaces. [1] Related-Change: I7c60be623b4340ee34ae1aa520f17b303348811d Change-Id: If893cdeff68ae5b279ea7055c078b0c1247ae7f2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e3480cdd0d..7461a85f8b 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} --allow-insecure netifaces -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} NOSE_WITH_COVERAGE=1 NOSE_COVER_BRANCHES=1