Revert "Tox allow install of lazr.authentication"
This reverts commit bcef6ee2cbf14a407a1b98a2d6d4a7287e749c2b. pip 10 no longer supports "--allow-external": https://legacy.python.org/dev/peps/pep-0470/ Change-Id: Iba1421af526d32f08ab4df61c5a8c1d5a74399bf
This commit is contained in:
parent
bcef6ee2cb
commit
667b267009
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user