From: garciadeblas Date: Fri, 24 Feb 2023 14:34:25 +0000 (+0100) Subject: Change in tox.ini to use allowlist_externals X-Git-Tag: release-v14.0-start~16 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=845f3213e6c0fa5d7724d8d24de16459a893ee36;p=osm%2Fosmclient.git Change in tox.ini to use allowlist_externals Change-Id: I70a2c9e0090b3f87c474d06d65a947fa55d175a3 Signed-off-by: garciadeblas --- 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]