From: Taewan Kim Date: Fri, 21 Apr 2023 03:02:03 +0000 (+0900) Subject: Fix tox error in terms of allowlist_externals X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b1eb8c32275cc8c2bf2dd7cbb6222558fe559af0;p=aiml-fw%2Faimlfw-dep.git Fix tox error in terms of allowlist_externals Issue-ID: AIMLFW-35 Change-Id: I43a41692eb5d9f44e7fbe8f60bdf3ef418552bb9 Signed-off-by: Taewan Kim --- diff --git a/tox.ini b/tox.ini index 72742cf..b6c83ad 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3