Skip to content

Commit

Permalink
ci: pin pip to 20.3.4
Browse files Browse the repository at this point in the history
the latest release is causing issues in bionic.

Signed-off-by: Mustafa Kemal Gilor <[email protected]>
  • Loading branch information
xmkg committed May 10, 2024
1 parent 928a725 commit 9457615
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ launchpadlib
requests
setuptools
### EOF `ubuntu-dev-tools` requirements.txt ###
ubuntu-dev-tools@git+https://git.launchpad.net/ubuntu/+source/ubuntu-dev-tools@204520c8ca7ec415648796b48e83a128aa22f9f0
ubuntu-dev-tools@git+https://git.launchpad.net/ubuntu/+source/ubuntu-dev-tools@applied/ubuntu/focal-updates
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ isolated_build=true
skipsdist = True

[testenv]
setenv =
# (mkg): The latest pip in these environments fail to clone
# ubuntu-dev-tools on Bionic with the following message:
# "error: Server does not allow request for unadvertised
# object b7f368591bd45b02523356071943d1223822d8db"
# Pinning the pip version meanwhile.
py36: VIRTUALENV_PIP=20.3.4
py37: VIRTUALENV_PIP=20.3.4
py38: VIRTUALENV_PIP=20.3.4
description = run the test suite with pytest
deps =
-r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit 9457615

Please sign in to comment.