diff options
-rw-r--r-- | docs/integration-tooling.rst | 2 | ||||
-rw-r--r-- | 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 -<https://docs.anuket.io/en/stable-lakelse/testing/ecosystem/overview.html#test-api-description>`_. +<https://docs.anuket.io/en/latest/testing/ecosystem/overview.html#test-api-description>`_. Any company running ONAP Integration tests can be referenced to push their results to this database. @@ -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 |