From: Anil Belur Date: Tue, 30 May 2023 07:31:04 +0000 (+1000) Subject: Fix: tox config error X-Git-Tag: 0.6.3~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=639df077b67c3f1dc1df111243bf0e67c7f88edb;p=ric-plt%2Fdbaas.git Fix: tox config error Pin urllib3<2.0.0 breaks dependencies with the latest release Change-Id: If2ca0d08052fb093eb486cce7393bfc1e46ee362 Signed-off-by: Anil Belur --- diff --git a/tox.ini b/tox.ini index c86cfdf..fb0dba6 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,8 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf - + urllib3~=1.26.15 +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" @@ -27,4 +28,5 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck