Fix: pin urllib3 to <2.0.0 for RTD jobs
[releng/global-jjb.git] / releasenotes / notes / pin-urllib3-tox-afb8227c923291ff.yaml
1 ---
2 fixes:
3   - |
4     Pin urllib3 to <2.0.0 for the RTD jobs
5
6     The latest version of module breaks compatibility with RTDv3
7     jobs during tox install and run.
8
9     Error:
10
11     .. code-block:: bash
12
13        ValueError: Timeout value connect was <object object at
14        0x7fe57a4948a0>, but it must be an int, float or None.
15
16     Reference:
17
18        `Launchpad#2018567 <https://bugs.launchpad.net/python-jenkins/+bug/2018567>`