Fix!: Un-pin tox version from 3.27.1 and remove tox-pyenv 26/71326/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 7 Mar 2023 12:59:27 +0000 (12:59 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 7 Mar 2023 13:02:58 +0000 (13:02 +0000)
commit47716067d589cccf7bd65742dda468f8c8d3f858
treebab869fd23f224d14f6a9e2297a39008a78eb43d
parent9e1349be0e1ef251b09fcb33748e952827a39192
Fix!: Un-pin tox version from 3.27.1 and remove tox-pyenv

Un-pin tox version from 3.27.1 and remove tox-pyenv. Testing has
demonstrated that tox-pyenv is no longer required to obtain correct
Python runtime versions when running tests. Also, removed Python 3.8
from the VENV setup where it was being specifically requested.

Due to unpinning of the tox version, tox.ini configuration files may
need modifying to reflect a change in configuration syntax; where
whitelist_externals needs to be replaced with allowlist_externals.

Issue-ID: RELENG-4539
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: Ifdd49de2a8e5054dad4a5d52125ede537049ad8e
releasenotes/notes/unpin-tox-ver-rm-tox-pyenv-bf5d731d6c2ce77f.yaml [new file with mode: 0644]
shell/rtd-verify.sh
shell/tox-install.sh
shell/tox-run.sh