Skip to content

Commit

Permalink
Pull latest pyforgejo version from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Feb 14, 2025
1 parent 41715a2 commit 70bc48d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/tasks/rpm-test-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
state: present
become: true
# flexmock is not in EPEL 9, install it from PyPI
- name: Install flexmock from PyPI
- name: Install flexmock and pyforgejo from PyPI
pip:
name:
- flexmock
- pyforgejo
state: latest
become: true
- name: Install requre from git
Expand Down
1 change: 1 addition & 0 deletions files/zuul-install-requirements-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
- PyYAML
- cryptography
- Deprecated
- pyforgejo
become: true
6 changes: 6 additions & 0 deletions plans/full.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ prepare:
# Make sure the Copr repo has higher priority than TF Tag Repository
- how: shell
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo

# For now install pyforgejo from pypi which has the latest version
- how: install
package: python3-pip
- how: shell
script: pip3 install pyforgejo
7 changes: 7 additions & 0 deletions plans/smoke.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ summary:

discover+:
filter: tier:0

prepare:
# For now install pyforgejo from pypi which has the latest version
- how: install
package: python3-pip
- how: shell
script: pip3 install pyforgejo

0 comments on commit 70bc48d

Please sign in to comment.