summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authoryatinkarel <ykarel@redhat.com>2022-05-25 14:42:00 +0530
committeryatin <ykarel@redhat.com>2022-05-31 06:03:49 +0000
commit7f5fb86232a92008e3f9c3be8a00287a1cd09b20 (patch)
tree2bfd221a618197e98a93f1d0f534534ef946699b /tox.ini
parent3d54f965a91ff6a34e383e607f9cb9b00f6606f5 (diff)
downloadneutron-7f5fb86232a92008e3f9c3be8a00287a1cd09b20.tar.gz
Switch Fips fullstack/functional tests to py3.8
Master has dropped py3.6 support so upper-constraints requirements are not installable with python3.6 and due to this fips jobs which are running on py3.6 are failing. Let's run the functional/fullstack tests with python3.8 on CentOS 8-Stream itself. Also disable dbcounter installation as it's not installing on python3.6. The hacks can be cleaned up when these jobs are switched to CentOS 9-Stream, currently have some issues as mentioned in the Related Bug. Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/843989 Related-Bug: #1976323 Change-Id: I757dbf929cb1dc27027614bbb2147a61606f85a9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5fa04d7928..1a7612479d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
ignore_basepython_conflict = True
[testenv]
-basepython = python3
+basepython = {env:TOX_PYTHON:python3}
setenv = VIRTUAL_ENV={envdir}
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:true}
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:true}