Merge "Revert "Tox allow install of lazr.authentication""

This commit is contained in:
Zuul 2018-04-16 14:27:14 +00:00 committed by Gerrit Code Review
commit 88bad908ec
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install --allow-external lazr.authentication --allow-insecure lazr.authentication -U {opts} {packages}
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt