Remove the useless environment variable.

Remove the useless environment variable to set the virtualenv directory.
It's the default value and the variable was duplicate.

Change-Id: I599fe28a0b9f48cdbf02fd87c95506a3176244e2
(cherry picked from commit 32d410826d)
This commit is contained in:
Daniel Bengtsson 2019-12-18 12:30:11 +01:00 committed by Gael Chamoulaud (Strider)
parent 16f471a83e
commit 966b96a81f
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ basepython = python3
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
passenv = * passenv = *
setenv = setenv =
VIRTUAL_ENV={envdir}
ANSIBLE_CALLBACK_PLUGINS={toxinidir}/callback_plugins ANSIBLE_CALLBACK_PLUGINS={toxinidir}/callback_plugins
ANSIBLE_LOOKUP_PLUGINS={toxinidir}/lookup_plugins ANSIBLE_LOOKUP_PLUGINS={toxinidir}/lookup_plugins
ANSIBLE_LIBRARY={toxinidir}/library ANSIBLE_LIBRARY={toxinidir}/library
@ -18,7 +17,6 @@ setenv =
ANSIBLE_RETRY_FILES_ENABLED=0 ANSIBLE_RETRY_FILES_ENABLED=0
ANSIBLE_STDOUT_CALLBACK=debug ANSIBLE_STDOUT_CALLBACK=debug
ANSIBLE_LOG_PATH={envlogdir}/ansible-execution.log ANSIBLE_LOG_PATH={envlogdir}/ansible-execution.log
VIRTUAL_ENV={envdir}
# pip: Avoid 2020-01-01 warnings: https://github.com/pypa/pip/issues/6207 # pip: Avoid 2020-01-01 warnings: https://github.com/pypa/pip/issues/6207
# paramiko CryptographyDeprecationWarning: https://github.com/ansible/ansible/issues/52598 # paramiko CryptographyDeprecationWarning: https://github.com/ansible/ansible/issues/52598
PYTHONWARNINGS=ignore:DEPRECATION::pip._internal.cli.base_command,ignore::UserWarning PYTHONWARNINGS=ignore:DEPRECATION::pip._internal.cli.base_command,ignore::UserWarning