diff --git a/tox.ini b/tox.ini index 2f494f26..149f54ca 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ [tox] envlist = bandit, docs, flake8, mypy, py311 +ignore_base_python_conflict = True [testenv] basepython = python3 @@ -38,6 +39,7 @@ commands = basepython = python3 skip_install = true deps = bandit +allowlist_externals = /bin/bash commands = ; 0.0.0.0 is set in BaseConfiguration, which is ok for local dev and it ; will be replace with a specific host IP when deploy to a server. So, it