X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=e28d5c1e26e87efc83dff6313e3d510a095d8cd7;hb=1eefdd4be89fd79269676364b749f5b4a4fef118;hp=4a9dcbfc57eb1441ec5b4528e6b214538de804a6;hpb=8d41d56d384249b8513d3465e66a163445482e6c;p=osm%2FNG-SA.git diff --git a/tox.ini b/tox.ini index 4a9dcbf..e28d5c1 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt -whitelist_externals = sh +allowlist_externals = sh commands = sh -c 'rm -f nosetests.xml' coverage erase @@ -59,7 +59,6 @@ commands = [testenv:flake8] deps = flake8==5.0.4 flake8-import-order -skip_install = true commands = flake8 src/ @@ -90,7 +89,7 @@ commands = [testenv:pip-compile] deps = pip-tools==6.6.2 skip_install = true -whitelist_externals = +allowlist_externals = bash [ commands = @@ -117,7 +116,7 @@ commands = sh -c 'cd deb_dist/osm-ngsa*/ && dpkg-buildpackage -rfakeroot -uc -us' sh -c 'rm src/osm_ngsa/requirements.txt' sh -c 'rm src/osm_ngsa/README.rst' -whitelist_externals = sh +allowlist_externals = sh #######################################################################################