Fix: pin urllib3 to <2.0.0 for RTD jobs 21/71721/1 v0.86.4
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 10 May 2023 06:57:04 +0000 (16:57 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 10 May 2023 07:00:01 +0000 (17:00 +1000)
commit32b780ce8134f3febb6f7e62ecf24f3b03a36c6e
treee94ac7f59368c264955d414136c4ee6b3c0d7efc
parent9fab4a0c544f801dd07ac78f67375ddee67e76fc
Fix: pin urllib3 to <2.0.0 for RTD jobs

The latest version of module breaks compatibility
with RTDv3 jobs during tox install and run.

Note: The pip upgrade eager option pulls in the newer
version of urllib3>2.0.0 unless the exact version is passed
with lftools.

Issue: RELENG-4715
Change-Id: I8aae2505eb20e7dc8bef02f5687f9dad9b0e8ef0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/pin-urllib3-tox-afb8227c923291ff.yaml [new file with mode: 0644]
shell/tox-install.sh
shell/tox-run.sh