aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorSreeja Gattagouni <sg00744975@techmahindra.com>2023-04-21 05:10:34 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-04-24 13:19:53 +0000
commit0f7d74f6be3b182654f726b2b815a8290da08a88 (patch)
treee486c23643d9b129bc823e09f1e8cdc4a0f3bba5 /docs/tox.ini
parent53448a95871868d5009958ede72e724bc80c0961 (diff)
Add or Delete a PNF to an Active Service1.12.1
-Unique values for ready & update -concurrent changes in OOM/Configmap of so-bpm-infra-app Issue-ID: SO-4046 Change-ID: I73f97f986a817d423f92f8d925dcd0347b8a0405 Signed-off-by: Sreeja Gattagouni <sg00744975@techmahindra.com> Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 9b45c816d9..833cd33adc 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -12,7 +12,7 @@ deps =
commands =
sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"
-whitelist_externals =
+allowlist_externals =
echo
git
sh
@@ -25,7 +25,7 @@ deps =
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
commands = echo "Link Checking not enforced"
#commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
-whitelist_externals = echo
+allowlist_externals = echo
[testenv:docs-spellcheck]
basepython = python3.8