From a49282727b14800f70184afdbba3f17e1c55e919 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 5 Oct 2023 04:41:13 +0000 Subject: [PATCH] ci: pin urllib3 version to <2 Otherwise it is impossible to build wheels. --- python/tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/tox.ini b/python/tox.ini index 99fd0c703..a68b4e729 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -25,6 +25,9 @@ deps = pytest-xdist pdbpp requests +# urllib3 2.0 does not work in manylinux2014 containers. +# https://github.com/deltachat/deltachat-core-rust/issues/4788 + urllib3<2 [testenv:.pkg] passenv =