Skip to content

Commit

Permalink
CI: Do not install Python 2 packages in Fedora STI tests
Browse files Browse the repository at this point in the history
No current Fedora supports Python 2.
  • Loading branch information
ppisar committed May 15, 2024
1 parent f333619 commit 12ed899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- classic
tasks:
- name: Make sure fedpkg and selinux bindings are installed
shell: dnf -y install --skip-broken fedpkg python{2,3}-libselinux libmodulemd-devel
shell: dnf -y install --skip-broken fedpkg python3-libselinux libmodulemd-devel
- name: Copy spec file to remote machine
copy:
src: "{{ playbook_dir }}/../libmodulemd.spec"
Expand Down

0 comments on commit 12ed899

Please sign in to comment.