From: Anil Belur Date: Thu, 18 May 2023 22:25:30 +0000 (+1000) Subject: Fix: tox config error X-Git-Tag: 3.1.3~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsdlpy.git;a=commitdiff_plain;h=65f597a334b1d6275cc207273678ea62b74d5be6 Fix: tox config error - Remove whitelist_extrernals Error: tox.exception.ConfigError: ConfigError: Either whitelist_externals or allowlist_externals might be specified, not both Change-Id: I5ce386ec54711c021ca48e52e1302ad31f066309 Signed-off-by: Anil Belur --- diff --git a/tox.ini b/tox.ini index fb0dba6..f750b57 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,6 @@ allowlist_externals = echo 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 [testenv:docs-linkcheck] basepython = python3