Fix RTD build fails - tox.ini whitelist->allowlist 06/11006/1 2.5.0
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:35:48 +0000 (14:35 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:35:55 +0000 (14:35 +0100)
Issue-ID: NONRTRIC-855
Change-Id: I2d3b7a497b0f26cd065376d28b980003e17ddf0f
Signed-off-by: JohnKeeney <john.keeney@est.tech>
tox.ini

diff --git a/tox.ini b/tox.ini
index 8a3aaa6..3a1149e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -47,7 +47,7 @@ commands =
 
 # doc jobs
 [testenv:docs]
-whitelist_externals = echo
+allowlist_externals = echo
 basepython = python3.8
 deps = -r{toxinidir}/docs/requirements-docs.txt
 commands =