X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=8d3233146cb3d60eeca588c29490fc454a5184d8;hb=refs%2Fchanges%2F16%2F13216%2F2;hp=b014de1187a72e29262c5d7796fc2f1ce771966c;hpb=fb1e25f7c0dcd13084dc3cc751eb10f7bb14331e;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index b014de1..8d32331 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,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 ####################################################################################### @@ -67,7 +67,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - - pylint -E osm_lcm + pylint -E osm_lcm --extension-pkg-allow-list=pydantic # issue with pydantic (https://github.com/pydantic/pydantic/issues/1961) ####################################################################################### @@ -85,7 +85,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 \ @@ -109,7 +109,7 @@ commands = python3 setup.py --command-packages=stdeb.command sdist_dsc sh -c 'cd deb_dist/osm-lcm*/ && dpkg-buildpackage -rfakeroot -uc -us' sh -c 'rm osm_lcm/requirements.txt' -whitelist_externals = sh +allowlist_externals = sh ####################################################################################### [flake8]