Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: Ic015a210ec2d9af2d6b7ce182a6121d8c37b984b
--- /dev/null
+---
+fixes:
+ - |
+ Pin tox version until tox>=4.0.2 and tox-pyenv>=1.1.0 compatibility
+ issues and bugs are resolved.
# shellcheck disable=SC1090
source ~/lf-env.sh
-lf-activate-venv --python python3.8 --venv-file /tmp/.toxenv tox tox-pyenv virtualenv
+lf-activate-venv --python python3.8 --venv-file /tmp/.toxenv tox==3.27.1 tox-pyenv virtualenv
# installs are silent, show version details in log
$PYTHON --version
# shellcheck disable=SC1090
source ~/lf-env.sh
-lf-activate-venv --python python3.8 --venv-file /tmp/.toxenv tox tox-pyenv virtualenv
+lf-activate-venv --python python3.8 --venv-file /tmp/.toxenv tox==3.27.1 tox-pyenv virtualenv
if [[ -d /opt/pyenv ]]; then
echo "---> Setting up pyenv"