Drop "--allow-insecure netifaces" from tox pip install
Follow up to [1]. The --allow-insecure switch is no longer required for netifaces. [1] Related-Change: I7c60be623b4340ee34ae1aa520f17b303348811d Change-Id: If893cdeff68ae5b279ea7055c078b0c1247ae7f2
This commit is contained in:
parent
91ce1bb114
commit
846289ef40
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} --allow-insecure netifaces -U {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
NOSE_WITH_COVERAGE=1
|
||||
NOSE_COVER_BRANCHES=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user