Merge "Removing the 'PIP_+' string from tox.ini"

This commit is contained in:
Zuul 2021-06-18 16:32:40 +00:00 committed by Gerrit Code Review
commit 6686041398

@ -26,7 +26,7 @@ setenv =
# 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
PIP_+ VIRTUAL_ENV={envdir}
VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C