Added passenv line to use system proxy variables 71/66471/1
authorArash Hekmat <arash.hekmat@amdocs.com>
Thu, 13 Sep 2018 19:04:02 +0000 (15:04 -0400)
committerArash Hekmat <arash.hekmat@amdocs.com>
Thu, 13 Sep 2018 21:50:01 +0000 (17:50 -0400)
Change-Id: I98de7f4a7f5e43bbb4f4c688578ba6a9a1f300cf
Issue-ID: CCSDK-561
Signed-off-by: Arash Hekmat <arash.hekmat@amdocs.com>
helm/tox.ini

index 059a114..31e033e 100644 (file)
@@ -10,6 +10,9 @@ deps =
     mock
     testfixtures
     -rdev-requirements.txt
+
+passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
+
 # commands=nosetests --with-cov --cov-report term-missing --cov plugin plugin/tests
 commands=nosetests --with-xunit --with-cov --cov-report=xml --cov plugin plugin/tests