diff --git a/tox.ini b/tox.ini index 5337878619..c55e7ffcba 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ ignore_basepython_conflict = True basepython = python3 setenv = VIRTUAL_ENV={envdir} deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -passenv = *_proxy *_PROXY +passenv = *_proxy,*_PROXY [testenv:venv] commands = {posargs} @@ -20,7 +20,7 @@ deps = commands = rm -rf doc/build docstheme-build-translated.sh -whitelist_externals = +allowlist_externals = rm [testenv:lint] @@ -29,11 +29,11 @@ deps = yamllint commands = rm -rf .yamllint - bash -c 'if [ ! -d ../openstack-helm-infra ]; then\ - git clone https://opendev.org/openstack/openstack-helm-infra ../openstack-helm-infra;\ + bash -c 'if [ ! -d ../openstack-helm-infra ]; then \ + git clone https://opendev.org/openstack/openstack-helm-infra ../openstack-helm-infra; \ fi' bash ../openstack-helm-infra/tools/gate/lint.sh -whitelist_externals = +allowlist_externals = rm bash