diff --git a/ceph/ceph-manager/ceph-manager/tox.ini b/ceph/ceph-manager/ceph-manager/tox.ini index 3fa5ba5d..43a86c4d 100644 --- a/ceph/ceph-manager/ceph-manager/tox.ini +++ b/ceph/ceph-manager/ceph-manager/tox.ini @@ -16,8 +16,14 @@ install_command = pip install -U --force-reinstall \ {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands = pytest {posargs} -whitelist_externals = bash -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +allowlist_externals = bash +passenv = + http_proxy + HTTP_PROXY + https_proxy + HTTPS_PROXY + no_proxy + NO_PROXY [testenv:py27] basepython = python2.7 diff --git a/ceph/python-cephclient/python-cephclient/tox.ini b/ceph/python-cephclient/python-cephclient/tox.ini index 4bb4c6f2..2830a107 100644 --- a/ceph/python-cephclient/python-cephclient/tox.ini +++ b/ceph/python-cephclient/python-cephclient/tox.ini @@ -10,7 +10,7 @@ usedevelop = True install_command = pip install -U --force-reinstall {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands = pytest {posargs} -whitelist_externals = bash +allowlist_externals = bash [testenv:py27] basepython = python2.7 diff --git a/tox.ini b/tox.ini index 1e0492a2..94e4ae8e 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -whitelist_externals = +allowlist_externals = bash [testenv:bashate] diff --git a/utilities/pci-irq-affinity-agent/pci_irq_affinity/tox.ini b/utilities/pci-irq-affinity-agent/pci_irq_affinity/tox.ini index 73d0b88c..44a02c06 100644 --- a/utilities/pci-irq-affinity-agent/pci_irq_affinity/tox.ini +++ b/utilities/pci-irq-affinity-agent/pci_irq_affinity/tox.ini @@ -17,7 +17,7 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -whitelist_externals = +allowlist_externals = bash commands = pytest pci_irq_affinity/tests/ @@ -82,4 +82,4 @@ description = Dummy environment to allow bandit to be run in subdir tox # further relies on "tox.skipsdist = True" above). deps = bindep commands = bindep test -usedevelop = False \ No newline at end of file +usedevelop = False