Skip to content

Commit

Permalink
unpin pip version now that pip 22.3.1 is available (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Dec 2, 2022
1 parent 1475903 commit 3d3438a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions jobs/ci-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@
set +o allexport
python3.8 -m venv venv
# le sigh. pin for https://github.com/jazzband/pip-tools/issues/1617
python3 -m pip install pip==22.0.4
venv/bin/python -m pip install pip-tools wheel
venv/bin/pip-sync requirements.txt
Expand Down
2 changes: 0 additions & 2 deletions jobs/microk8s/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ temp_dir={toxworkdir}/.tmp

[testenv]
deps =
# le sigh. pin for https://github.com/jazzband/pip-tools/issues/1617
pip == 22.0.4
pip-tools
commands =
pip-sync {toxinidir}/requirements.txt
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ temp_dir={toxworkdir}/.tmp

[testenv]
deps =
# le sigh. pin for https://github.com/jazzband/pip-tools/issues/1617
pip == 22.0.4
pip-tools
commands =
pip install cffi flake8
Expand Down

0 comments on commit 3d3438a

Please sign in to comment.