Revert "Whitelist external netaddr requirement"

This reverts commit de59c55e77.

The netaddr developers have agreed to go back to uploading releases
to PyPI, so this workaround is no longer necessary. For details see
https://github.com/drkjam/netaddr/issues/57#issuecomment-31796111 .

Change-Id: Ieeb3e8e549d9e4b53dba0165277fa2423d2eba01
This commit is contained in:
Jeremy Stanley
2014-01-09 00:24:50 +00:00
parent 9c67817273
commit 0311a9ab92

View File

@@ -6,7 +6,7 @@ skipsdist = True
[testenv]
sitepackages = True
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