From 5b2b9ef9df2eda1418e389f29e876bb1fe4a910f Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 27 Apr 2023 14:35:48 +0100 Subject: [PATCH] Fix RTD build fails - tox.ini whitelist->allowlist Issue-ID: NONRTRIC-855 Change-Id: I2d3b7a497b0f26cd065376d28b980003e17ddf0f Signed-off-by: JohnKeeney --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8a3aaa6..3a1149e 100644 --- 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 = -- 2.16.6