From 408d674f3ff1dc6493786949f4caf43313d79abb Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Fri, 1 Dec 2023 20:47:23 +0100 Subject: [PATCH] chore(s390x): use older urllib3 on 3.7 --- requirements/tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/tests b/requirements/tests index 4ed596eec..19b34bcd3 100644 --- a/requirements/tests +++ b/requirements/tests @@ -25,3 +25,6 @@ python-rapidjson; platform_machine != 's390x' and platform_machine != 'aarch64' # wheels are missing some EoL interpreters and non-x86 platforms; build would fail unless rust is available orjson; platform_python_implementation != 'PyPy' and platform_machine != 's390x' and platform_machine != 'aarch64' + +# Images for 3.7 on emulated architectures seem to only have OpenSSL 1.0.2 +urllib3 < 2.0; python_version <= '3.7'