Solve problem with URLLIB3 in robot tests 46/139546/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Mon, 25 Nov 2024 15:34:49 +0000 (16:34 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Mon, 25 Nov 2024 15:34:49 +0000 (16:34 +0100)
Downgrade lib in requirements.txt
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/usr/lib/python3.7/site-packages/urllib3/util/ssl_.py)

Issue-ID: OOM-3301

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I1c20d310cb999f3b7d3837b888f18016eadf81ef

requirements.txt

index 231b04b..ebe0f12 100644 (file)
@@ -16,3 +16,4 @@ dnspython
 pyyaml>=4.2b1
 json5
 pytz
+urllib3<2