diff options
author | 2024-11-25 16:42:15 +0100 | |
---|---|---|
committer | 2024-11-25 16:56:19 +0100 | |
commit | 67ede6d90b775726afcd152d2b6027d88b3e6720 (patch) | |
tree | 695c8ce92dd89ee65b61107316b7a3c705e8adae /healthcheck | |
parent | b8fbd4d58cce5cc3604321747d4d355e83d24467 (diff) |
[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 <andreas-geissler@telekom.de>
Diffstat (limited to 'healthcheck')
-rw-r--r-- | healthcheck/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |