Puts DISABLE_PIP_VERSION_CHECK on a separate line

Previously all tox env folders created by the rule
had "DISABLE_PIP_VERSION_CHECK=1" appended to their name.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ief5c335c5f1faf17ee977bf414309376b11bd561
This commit is contained in:
Jiri Podivin 2021-03-05 15:02:20 +01:00
parent 8bacb68b69
commit 97b3a86fbe
1 changed files with 2 additions and 1 deletions

View File

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