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:
Sean Dague 2015-01-13 18:08:34 -05:00
parent 8bcf73e164
commit ee682303c3
1 changed files with 1 additions and 1 deletions

View File

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