Fix: pin tox version on rtd-verify.sh 03/71103/1 v0.83.2
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Mon, 12 Dec 2022 19:54:37 +0000 (13:54 -0600)
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>
Mon, 12 Dec 2022 19:54:37 +0000 (13:54 -0600)
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I0e29b59fd5c22bad43a7c6ef865d6d15f7ea6af3

releasenotes/notes/pin-tox-02a3cbea41eb8c17.yaml [new file with mode: 0644]
shell/rtd-verify.sh

diff --git a/releasenotes/notes/pin-tox-02a3cbea41eb8c17.yaml b/releasenotes/notes/pin-tox-02a3cbea41eb8c17.yaml
new file mode 100644 (file)
index 0000000..88135ce
--- /dev/null
@@ -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.
index 7c9091f..b1a83fa 100644 (file)
@@ -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