Leverage the right upper-constraints 49/125249/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 22 Oct 2021 07:37:14 +0000 (09:37 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 22 Oct 2021 07:38:05 +0000 (09:38 +0200)
Issue-ID: CPS-704

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I65d9a450632c427b079ee18419a1884495103513

docs/tox.ini

index 4e9449e..db2631c 100644 (file)
@@ -6,8 +6,8 @@ skipsdist = true
 [testenv:docs]
 basepython = python3
 deps = -r{toxinidir}/requirements-docs.txt
-       -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
-       -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
+       -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=istanbul
+       -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
     echo "Generated docs available in {toxinidir}/_build/html"
@@ -19,8 +19,8 @@ whitelist_externals =
 [testenv:docs-linkcheck]
 basepython = python3
 deps = -r{toxinidir}/requirements-docs.txt
-       -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
-       -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
+       -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=istanbul
+       -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul
 commands = echo "Link Checking not enforced"
 #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
 whitelist_externals = echo