From 29c0f5d95a4bb064e67b5e83555ec11e48530bc3 Mon Sep 17 00:00:00 2001 From: wangzhiqiang05 Date: Thu, 26 Oct 2023 11:23:26 +0800 Subject: [PATCH] fix gateway error Change-Id: I1ad2786e637835667372fa864c089789fb070c0e --- tox.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 4128fb3..98a50de 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,9 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs} -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +passenv = http_proxy + https_proxy + no_proxy [testenv:debug-py36] basepython = python3.6 @@ -48,7 +50,7 @@ deps = commands = rm -rf doc/build/html sphinx-build -W -b html doc/source doc/build/html -whitelist_externals = +allowlist_externals = rm [testenv:pdf-docs] @@ -57,7 +59,7 @@ commands = rm -rf doc/build/pdf sphinx-build -W -b latex doc/source doc/build/pdf make -C doc/build/pdf -whitelist_externals = +allowlist_externals = make rm @@ -68,7 +70,7 @@ deps = commands = rm -rf releasenotes/build releasenotes/html sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html -whitelist_externals = rm +allowlist_externals = rm [testenv:debug] # It runs tests from the specified dir (default is sahara_plugin_ambari/tests)