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: I3a363f0513cb726dcd9c546099fc50f9f0c7c0f7
This commit is contained in:
Andreas Jaeger 2018-10-04 12:20:25 +02:00
parent 23b7635be7
commit a576bfae59
1 changed files with 1 additions and 1 deletions

View File

@ -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}
whitelist_externals = true
commands = true