Skip to content

Commit 12ed899

Browse files
committed
CI: Do not install Python 2 packages in Fedora STI tests
No current Fedora supports Python 2.
1 parent f333619 commit 12ed899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fedora/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- classic
1111
tasks:
1212
- name: Make sure fedpkg and selinux bindings are installed
13-
shell: dnf -y install --skip-broken fedpkg python{2,3}-libselinux libmodulemd-devel
13+
shell: dnf -y install --skip-broken fedpkg python3-libselinux libmodulemd-devel
1414
- name: Copy spec file to remote machine
1515
copy:
1616
src: "{{ playbook_dir }}/../libmodulemd.spec"

0 commit comments

Comments
 (0)