Update tox to remove deprecated pip option; add .gitreview

The job --allow-unverified is obsolete, also python-apt cannot be
installed and is unneeded for current jobs.

Remove so that python installation works.

Add .gitreview file.

Change-Id: I519c98d3c41e943c14483d9ab38b37096cd21a7e
This commit is contained in:
Andreas Jaeger 2018-10-04 12:55:38 +02:00
parent 44c34f7d19
commit 47e1e6d6c5
2 changed files with 5 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/charm-interface-barbican-hsm

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:py34]