From 87775948710b4f1552484031ef1b3dfb8643f82f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Szwa=C5=82kiewicz?= Date: Fri, 23 Aug 2024 12:26:03 +0200 Subject: [PATCH] Fix issues with tox runs on docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed python version from 3.8 to 3.10 due to package availability. Fixed anuket link that blocked rendering of html. Removed openstack upper constraints as they were removed from openstack repo. Issue-ID: INT-2286 Change-Id: I9c436087830b3442788e7b70622b5d46f04db017 Signed-off-by: Marek Szwałkiewicz --- docs/integration-tooling.rst | 2 +- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/integration-tooling.rst b/docs/integration-tooling.rst index d615e7e27..7c544a92f 100644 --- a/docs/integration-tooling.rst +++ b/docs/integration-tooling.rst @@ -200,7 +200,7 @@ The following information are available: It is possible to get results according to several criteria (version, case name, lab, period, last, CI id,..) See the `OPNFV test API documentation -`_. +`_. Any company running ONAP Integration tests can be referenced to push their results to this database. diff --git a/tox.ini b/tox.ini index cdc65959c..61c315026 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3.8 +basepython = python3.10 allowlist_externals = git sh @@ -41,7 +41,6 @@ commands = [testenv:rst] deps = -r{toxinidir}/docs/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = sphinx-build -W -n -b html docs docs/build/html -- 2.16.6