aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-11-25 16:34:49 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2024-11-25 16:34:49 +0100
commit704dcb0d7fb861d186b837a2b88d2530afbf83a7 (patch)
tree8cca139d48951612909c037c2585b7a37e0643b0
parent69fd079507e6a4500c2117b7dad31fa81b7e1299 (diff)
Solve problem with URLLIB3 in robot tests
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
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 231b04b5..ebe0f12d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,3 +16,4 @@ dnspython
pyyaml>=4.2b1
json5
pytz
+urllib3<2