Skip to content

Commit

Permalink
tox: addex SSL proxy variables to passenv
Browse files Browse the repository at this point in the history
Fix tox execution failures from system that are using SSL based
http proxies.

Related: tox-dev/tox#1437
Signed-off-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
ssbarnea authored and webknjaz committed Oct 17, 2019
1 parent 07b5194 commit 898caf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ deps =
pep8-naming
wheel
commands = nosetests []
passenv = HOME
passenv =
CURL_CA_BUNDLE # https proxies, https://github.com/tox-dev/tox/issues/1437
HOME
REQUESTS_CA_BUNDLE # https proxies
SSL_CERT_FILE # https proxies
# recreate = True

[testenv:flake8]
Expand Down

0 comments on commit 898caf5

Please sign in to comment.