From: Andreas Geissler Date: Mon, 25 Nov 2024 15:34:49 +0000 (+0100) Subject: Solve problem with URLLIB3 in robot tests X-Git-Tag: 1.14.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F139546%2F1;p=testsuite.git 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 Change-Id: I1c20d310cb999f3b7d3837b888f18016eadf81ef --- 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