commit | 1c680fdb728c24a4c9a1507ad8319f0a505cef9c | [log] [tgz] |
---|---|---|
author | Ghanshyam <gmann@ghanshyammann.com> | Mon Jan 20 11:43:29 2020 -0600 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Fri Jan 24 08:33:52 2020 -0600 |
tree | 24f104e03d2059ce665f2b20e450b181c0ff964f | |
parent | fd328a4f2165a60eb8b7585ec1af3145939383c3 [diff] |
Define python3 as basepython for Tempest tox env While OpenStack is in transition to drop py2, many lib or dependency of Tempest or its plugins cannot be installed on python 2.7. To install Tempest on py3 evnv, let's change the basepython as python 3 for tox env. Defining basepython as python3.6 for all venv using .tox/tempest. Depends-On: https://review.opendev.org/#/c/703476/ Depends-On: https://review.opendev.org/#/c/703679/ Closes-Bug: 1860033 Change-Id: If3ff71dbe636ef98072b15f6599e6e641c222f30