we don't need to allow insecure any more
netaddr is up on pypi now correctly, no need to provide the insecure flags here. Change-Id: Ib4be1e164f8d2de3bebf42ccc4a8ac825b0f4320
This commit is contained in:
parent
8bcf73e164
commit
ee682303c3
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
||||
|
||||
[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}
|
||||
NOSE_WITH_OPENSTACK=1
|
||||
NOSE_OPENSTACK_COLOR=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user