-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The latest version of module breaks compatibility with python-jenkins. Issue: RELENG-4715 Change-Id: If0d942696820b8c867b56735ca3036aa3aa3b37c Signed-off-by: Anil Belur <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
fixes: | ||
- | | ||
Pin urllib3 to <2.0.0 | ||
The latest version of module breaks compatibility | ||
with python-{jenkins,openstacksdk}. | ||
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>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ soupsieve | |
tabulate | ||
toml | ||
tqdm | ||
urllib3 | ||
urllib3<2.0.0 | ||
websocket-client | ||
wrapt | ||
xdg | ||
|