From e6dc857543e5f9581e5e32a6a22906c2a24787ef Mon Sep 17 00:00:00 2001 From: Phil Bridges Date: Fri, 29 Jun 2018 16:13:47 -0500 Subject: [PATCH] Fixup build for Zuul Change-Id: Ief549956b954ac1c6d36f40c91d5ba67ba5648f7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2afc14e..c4e4b71 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install --allow-external netifaces --allow-insecure netifaces -U {opts} {packages} +install_command = pip install netifaces -U {opts} {packages} whitelist_externals=bash setenv = VIRTUAL_ENV={envdir} NOSE_WITH_COVERAGE=1