From 3eb6b042e0d05c7dbae8e023a0e0fc486ac4d500 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Tue, 18 Apr 2023 15:05:12 +0200 Subject: Pin tox.ini basepython to 3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: INT-2222 Change-Id: Ie583251eef913f0767059cc7193fe5be7be7b7af Signed-off-by: Marek SzwaƂkiewicz --- docs/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tox.ini b/docs/tox.ini index c18c28d..ce496c2 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -4,7 +4,7 @@ envlist = docs,docs-linkcheck skipsdist = true [testenv:docs] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=master @@ -16,7 +16,7 @@ allowlist_externals = echo [testenv:docs-linkcheck] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=master -- cgit 1.2.3-korg