Merge "Puts DISABLE_PIP_VERSION_CHECK on a separate line"

This commit is contained in:
Zuul 2021-03-10 11:55:36 +00:00 committed by Gerrit Code Review
commit 8b8401bb67
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ setenv =
LANG=en_US.UTF-8 LANG=en_US.UTF-8
LANGUAGE=en_US:en LANGUAGE=en_US:en
LC_ALL=C LC_ALL=C
HOME={envdir}DISABLE_PIP_VERSION_CHECK=1 HOME={envdir}
DISABLE_PIP_VERSION_CHECK=1
commands = commands =
stestr run --slowest --color {posargs} stestr run --slowest --color {posargs}
deps = deps =