Fix: pin urllib3 to <2.0.0 for RTD jobs
[releng/global-jjb.git] / releasenotes / notes / pin-urllib3-tox-afb8227c923291ff.yaml
diff --git a/releasenotes/notes/pin-urllib3-tox-afb8227c923291ff.yaml b/releasenotes/notes/pin-urllib3-tox-afb8227c923291ff.yaml
new file mode 100644 (file)
index 0000000..eecd5df
--- /dev/null
@@ -0,0 +1,18 @@
+---
+fixes:
+  - |
+    Pin urllib3 to <2.0.0 for the RTD jobs
+
+    The latest version of module breaks compatibility with RTDv3
+    jobs during tox install and run.
+
+    Error:
+
+    .. code-block:: bash
+
+       ValueError: Timeout value connect was <object object at
+       0x7fe57a4948a0>, but it must be an int, float or None.
+
+    Reference:
+
+       `Launchpad#2018567 <https://bugs.launchpad.net/python-jenkins/+bug/2018567>`