From 67ede6d90b775726afcd152d2b6027d88b3e6720 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 25 Nov 2024 16:42:15 +0100 Subject: [HEALTHCHECK] 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 Change-Id: I10f7b07949189d4317a33415d5226041bafd5f20 Signed-off-by: Andreas Geissler --- healthcheck/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'healthcheck') diff --git a/healthcheck/requirements.txt b/healthcheck/requirements.txt index 5bc9404..ff530b7 100644 --- a/healthcheck/requirements.txt +++ b/healthcheck/requirements.txt @@ -15,3 +15,4 @@ dnspython==2.3.0 pyyaml>=4.2b1 json5==0.9.11 pytz +urllib3<2 -- cgit