aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-09-21 11:26:15 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-09-22 06:02:54 +0000
commit7ef4f9b75ee1d7e0324ebbb4957328c74a42b035 (patch)
tree0d6ef3960b27c38cc958300c5d91861822b87cfc /tox.ini
parent9d6e80806f77c0174a54063de295d0966764226d (diff)
Force py3.8 in tox.ini
It allows leveraging on OpenStack Yoga's upper-contraints without any exception. Issue-ID: DOC-782 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ie87d28c90e4284f25c3015f7d64ba3238929c118
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 9b0232514..f2bad2719 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = true
requires = pip >= 8
[testenv]
-basepython = python3
+basepython = python3.8
whitelist_externals =
git
bash
@@ -40,7 +40,7 @@ commands_pre =
/bin/sh -c "git --no-pager diff HEAD HEAD^ --name-only '*.rst' > /tmp/.coalist_rst"
deps =
-r{toxinidir}/docs/requirements-docs.txt
- -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
commands =
/bin/sh -c "sphinx-build -n -b html docs docs/build/html $(</tmp/.coalist_rst)"