Skip to content

Commit

Permalink
Pass through PIP_UNSTABLE_FEATURE into Tox
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Mar 23, 2020
1 parent bfd7168 commit f5093a0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f5093a0

Please sign in to comment.