mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
ci: pin urllib3 version to <2
Otherwise it is impossible to build wheels.
This commit is contained in:
@@ -25,6 +25,9 @@ deps =
|
|||||||
pytest-xdist
|
pytest-xdist
|
||||||
pdbpp
|
pdbpp
|
||||||
requests
|
requests
|
||||||
|
# urllib3 2.0 does not work in manylinux2014 containers.
|
||||||
|
# https://github.com/deltachat/deltachat-core-rust/issues/4788
|
||||||
|
urllib3<2
|
||||||
|
|
||||||
[testenv:.pkg]
|
[testenv:.pkg]
|
||||||
passenv =
|
passenv =
|
||||||
|
|||||||
Reference in New Issue
Block a user