python3.12/tests
Miro Hrončok de34c160e9 CI: Install EPEL packages first
For unknown reason, packages from required_packages were installed in seemingly arbitrary order.

This lead to errors like:

    No match for argument: tox

As tox was trying to be installed before epel.

Or:

    Problem: conflicting requests
      - nothing provides epel-release = 9-10.el9 needed by epel-next-release-9-10.el9.noarch from @commandline

As epel-next-release was trying to be installed before epel.

Let's prefix everything with epel installation. One by one, in the required order.

Related: RHEL-168159, RHEL-167917
2026-04-21 18:06:09 +02:00
..
.fmf Import from Fedora python3.12 @ 90929e6 2024-01-05 12:06:26 +01:00
provision.fmf Import from Fedora python3.12 @ 90929e6 2024-01-05 12:06:26 +01:00
tests.yml CI: Install EPEL packages first 2026-04-21 18:06:09 +02:00