Skip to content

Commit

Permalink
Force urllib3 > 2.0 for python 3.9 in the tests
Browse files Browse the repository at this point in the history
...or gzipped HTTP requests will fail

Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Apr 15, 2024
1 parent ee24c7d commit b72197f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ deps =
poetry-plugin-export
commands_pre =
poetry install
py39-unittest: poetry run pip install --upgrade "urllib3>=2.0"
commands =
unittest: poetry run pytest -vv --cov --cov-append --cov-report term-missing --cov-report= tests/unit {posargs}
integration: poetry run pytest -vv --no-cov tests/integration {posargs}
Expand Down

0 comments on commit b72197f

Please sign in to comment.