diff options
author | 2024-11-25 16:34:49 +0100 | |
---|---|---|
committer | 2024-11-25 16:34:49 +0100 | |
commit | 704dcb0d7fb861d186b837a2b88d2530afbf83a7 (patch) | |
tree | 8cca139d48951612909c037c2585b7a37e0643b0 | |
parent | 69fd079507e6a4500c2117b7dad31fa81b7e1299 (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.txt | 1 |
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 |