Revert "Whitelist external netaddr requirement"
This reverts commit de59c55e77ead72df42c0445c09cf4d63131f6bd. 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:
2
tox.ini
2
tox.ini
@@ -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
|
||||
|
Reference in New Issue
Block a user