From: Kevin Sandi Date: Mon, 12 Dec 2022 19:54:37 +0000 (-0600) Subject: Fix: pin tox version on rtd-verify.sh X-Git-Tag: v0.83.2^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=02860f86d24223854948d1d13a91a77496e7bd0f Fix: pin tox version on rtd-verify.sh Signed-off-by: Kevin Sandi Change-Id: I0e29b59fd5c22bad43a7c6ef865d6d15f7ea6af3 --- diff --git a/releasenotes/notes/pin-tox-02a3cbea41eb8c17.yaml b/releasenotes/notes/pin-tox-02a3cbea41eb8c17.yaml new file mode 100644 index 00000000..88135cee --- /dev/null +++ b/releasenotes/notes/pin-tox-02a3cbea41eb8c17.yaml @@ -0,0 +1,5 @@ +--- +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. diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index 7c9091f5..b1a83fad 100644 --- a/shell/rtd-verify.sh +++ b/shell/rtd-verify.sh @@ -37,7 +37,7 @@ done # 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