From 9d13d5929fd957bc471dde32bb3b1742f449dbb1 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 8 Jan 2014 14:41:01 -0600 Subject: [PATCH] Revert "Whitelist external netaddr requirement" This reverts commit 01dc81aa148adaa127281f197047636cf2d2c898. The netaddr package is now hosted on PyPI, so this workaround is not needed anymore. Change-Id: I76957aa5e276036921696f27e18efb5494b33120 Closes-Bug: #1266513 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c7f37d8bd..238d7e0c0 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py26,py27,py33,pep8 [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} LANG=en_US.UTF-8 LANGUAGE=en_US:en