Skip to content

Commit

Permalink
tox.ini: Avoid pip >= 22.1.1
Browse files Browse the repository at this point in the history
Currently, things are failing due to pip-tools not working with pip
>= 22.1.1. So avoid these versions until jazzband/pip-tools#1624
is merged and found in released version.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
  • Loading branch information
apatard committed May 23, 2022
1 parent 5ab9856 commit fd6941a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -25,6 +25,7 @@ commands =
[testenv:deps]
description = Update project dependencies
deps =
pip < 22.1.1
pip-tools
commands =
pip-compile -q --no-header --no-annotate --output-file=requirements.txt requirements.in
Expand Down

0 comments on commit fd6941a

Please sign in to comment.