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: Iee2bf644ebcb9846b8c4629f9ce8a2a884c1ec12
This commit is contained in:
Andreas Jaeger 2018-10-04 12:14:50 +02:00
parent 086a3a7b25
commit d4bf6e5612
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ skip_missing_interpreters = 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]