Skip to content
Snippets Groups Projects
Verified Commit f3ced775 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tox: Force urllib dependency to a compatible version with requests

This should fix the current "upload to pypi" build step.

Refs. swh/infra/sysadm-environment#4870
parent 7dcc44b2
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ RUN mkdir -p /home/jenkins/.cache/pip
RUN --mount=type=cache,id=pip-cache,target=/home/jenkins/.cache/pip,uid=115,gid=120 \
python3 -m pip install --user --upgrade --no-warn-script-location \
pip setuptools wheel twine tox \
pip setuptools wheel \
twine \
tox \
"urllib3<1.27,>=1.21.1" \
Radon pylint coverage codespell pyarcanist pre-commit && \
python3 -m virtualenv --upgrade-embed-wheels
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment