Fix!: Un-pin tox version from 3.27.1 and remove tox-pyenv
[releng/global-jjb.git] / releasenotes / notes / unpin-tox-ver-rm-tox-pyenv-bf5d731d6c2ce77f.yaml
1 ---
2 fixes:
3   - |
4     Un-pin tox version from 3.27.1 and remove tox-pyenv. Testing has
5     demonstrated that tox-pyenv is no longer required to obtain correct
6     Python runtime versions when running tests. Also, removed Python 3.8
7     from the VENV setup where it was being specifically requested.
8
9     Due to unpinning of the tox version, tox.ini configuration files may
10     need modifying to reflect a change in configuration syntax; where
11     whitelist_externals needs to be replaced with allowlist_externals.