diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-09-21 11:26:15 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-09-21 15:02:44 +0000 |
commit | 4f43d1abbe811140c7ec1190ce93ffd9aad70f0c (patch) | |
tree | e3d59b28f087d25512dd7720d60d0e706389ec90 /tox.ini | |
parent | b28b8077e5ddf6b65f0bf6e54a0d0c15a62120a3 (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.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)" |