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
This commit is contained in:
Daniel Bengtsson 2019-12-18 12:30:11 +01:00
parent 0cd94fcef2
commit 32d410826d
1 changed files with 0 additions and 2 deletions

View File

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