From 5f31be7e7ea27765a8d8881c75dda2a107249e9e Mon Sep 17 00:00:00 2001 From: Kaifeng Wang Date: Wed, 19 Jun 2019 10:29:44 +0800 Subject: [PATCH] Add proxy envvar for tox Spotted when generating pdf, due to no internet connection, the svg image is not downloaded, and the pdf is generated. But unlucky for Riccardo because he is lucky for not behind a proxy :) Change-Id: I702d96baa41dce74a1bc5c065146adadec979623 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a41bd616b..e223af0e7 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py test --slowest --testr-args='{posargs}' +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8] basepython = python3