Skip to content

Fix urllib3 ValueError

Fix the following error in the unit tests:

E           ValueError: Timeout value connect was Timeout(connect=None, read=None, total=None), but it must be an int, float or None.

/usr/lib/python3.6/site-packages/urllib3/util/timeout.py:127: ValueError

See https://bugzilla.redhat.com/show_bug.cgi?id=1785696.

Merge request reports