Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Revert "Pin rdopkg to 1.4.0"
Browse files Browse the repository at this point in the history
This reverts commit 8226fa9.

Reason for revert: rdopkg-1.5.1 has been pushed to pypi where rpmlint is not longer a install mandatory requirement but only optional for rdopkg[lint].

Change-Id: I3f4a7f90295e30bf32fd8bd6196d5135e44c34c1
  • Loading branch information
amoralej committed Oct 19, 2022
1 parent 8226fa9 commit 32f33f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions roles/build-test-packages/tasks/main.yml
Expand Up @@ -88,15 +88,13 @@
state: latest
extra_args: --upgrade

# FIXME(Chandan): Install rdopkg-1.4.0 as latest one is
# breaking the CI due to
# https://bugs.launchpad.net/tripleo/+bug/1993343
- name: Pip install rdopkg
# noqa 403
pip:
name: rdopkg==1.4.0
name: rdopkg
virtualenv: "{{ build_repo_dir }}/dlrn-venv"
virtualenv_command: "/usr/bin/{{ python_cmd }} -m venv"
state: latest
when: not dlrn_pre_installed|bool

- name: Pip install DLRN
Expand Down

0 comments on commit 32f33f3

Please sign in to comment.