Revert "Whitelist external netaddr requirement"

This reverts commit 01dc81aa14.

The netaddr package is now hosted on PyPI, so this workaround is
not needed anymore.

Change-Id: I76957aa5e276036921696f27e18efb5494b33120
Closes-Bug: #1266513
This commit is contained in:
Brant Knudson
2014-01-08 14:41:01 -06:00
parent 0b25aa7c80
commit 9d13d5929f

View File

@@ -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