Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I0e29b59fd5c22bad43a7c6ef865d6d15f7ea6af3
--- /dev/null
+---
+fixes:
+ - |
+ Pin tox version on rtd-verify.sh script until tox>=4.0.2 and
+ tox-pyenv>=1.1.0 compatibility issues and bugs are resolved.
# shellcheck disable=SC1090
. ~/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
# When a new commands are added in lftools, the docs verify job needs to
# run the new command which requires installing the lftools dev version