Revert "Tox allow install of lazr.authentication"

This reverts commit bcef6ee2cb.

pip 10 no longer supports "--allow-external":

https://legacy.python.org/dev/peps/pep-0470/

Change-Id: Iba1421af526d32f08ab4df61c5a8c1d5a74399bf
This commit is contained in:
Matt Riedemann 2018-04-16 13:50:05 +00:00
parent bcef6ee2cb
commit 667b267009
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}
LANG=en_US.UTF-8