Pass through PIP_UNSTABLE_FEATURE into Tox

This commit is contained in:
Tzu-ping Chung 2020-03-23 16:32:20 +08:00
parent bfd7168046
commit f5093a022b
1 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,14 @@ pip = python {toxinidir}/tools/tox_pip.py
[testenv]
# Remove USERNAME once we drop PY2.
passenv = CI GIT_SSL_CAINFO USERNAME HTTP_PROXY HTTPS_PROXY NO_PROXY
passenv =
CI
GIT_SSL_CAINFO
USERNAME
HTTP_PROXY
HTTPS_PROXY
NO_PROXY
PIP_UNSTABLE_FEATURE
setenv =
# This is required in order to get UTF-8 output inside of the subprocesses
# that our tests use.