Skip to content

Commit

Permalink
test: use librepo for centos-9 too
Browse files Browse the repository at this point in the history
This commit switches centos-9 to use librepo as well. This is a
bit sad because it means we have no repo anymore that uses the
default "curl" backend. But even the centos9 mirrors are now so
unreliable that we cannot get things merged.

We should switch the default downloader here to librepo but we
need some downstream test that ensures that subscribed content
can still be installed with librepo (it should work but there
is no explicit test in our testsuite).
  • Loading branch information
mvo5 committed Feb 5, 2025
1 parent db7b418 commit 749dc5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class TestCaseC9S(TestCase):
container_ref: str = os.getenv(
"BIB_TEST_BOOTC_CONTAINER_TAG",
"quay.io/centos-bootc/centos-bootc:stream9")
use_librepo: bool = True


@dataclasses.dataclass
Expand Down

0 comments on commit 749dc5f

Please sign in to comment.