aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:05:12 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:05:14 +0200
commit3eb6b042e0d05c7dbae8e023a0e0fc486ac4d500 (patch)
tree9cee997d9974c5db444d1346cc25d23948f73da3
parentbde37a8d7370c02e51b934ff52e56d1084671ad0 (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: Ie583251eef913f0767059cc7193fe5be7be7b7af Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--docs/tox.ini4
1 files 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