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:
2
tox.ini
2
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
|
||||
|
Reference in New Issue
Block a user