Update tox to remove deprecated pip option
The job --allow-unverified is obsolete, also python-apt cannot be installed and is unneeded for current jobs. Remove so that python installation works. Change-Id: If1b18b76f93226060ad47c9d509a0332305fef76
This commit is contained in:
parent
4e22b80db2
commit
2fd0cbfda6
2
tox.ini
2
tox.ini
@ -6,7 +6,7 @@ skipsdist = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
PYTHONHASHSEED=0
|
||||
install_command =
|
||||
pip install --allow-unverified python-apt {opts} {packages}
|
||||
pip install {opts} {packages}
|
||||
commands = ostestr {posargs}
|
||||
|
||||
[testenv:py27]
|
||||
|
Loading…
x
Reference in New Issue
Block a user