From 845f3213e6c0fa5d7724d8d24de16459a893ee36 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 24 Feb 2023 15:34:25 +0100 Subject: [PATCH] Change in tox.ini to use allowlist_externals Change-Id: I70a2c9e0090b3f87c474d06d65a947fa55d175a3 Signed-off-by: garciadeblas --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 604d3e2..083b49a 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ commands = coverage report --omit='*tests*' coverage html -d ./cover --omit='*tests*' coverage xml -o coverage.xml --omit=*tests* -whitelist_externals = sh +allowlist_externals = sh ####################################################################################### @@ -84,7 +84,7 @@ commands = [testenv:pip-compile] deps = pip-tools==6.6.2 skip_install = true -whitelist_externals = bash +allowlist_externals = bash [ commands = - bash -c "for file in requirements*.in ; do \ @@ -108,7 +108,7 @@ commands = python3 setup.py --command-packages=stdeb.command sdist_dsc sh -c 'cd deb_dist/osmclient*/ && dpkg-buildpackage -rfakeroot -uc -us' sh -c 'rm osmclient/requirements.txt' -whitelist_externals = sh +allowlist_externals = sh ####################################################################################### [flake8] -- 2.25.1