From 133ef9d4cb72a5081fab588e821eee4a178afc7e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Mar 2025 17:37:41 +0000 Subject: automatic import of copr-backend --- fail_to_build_in_oe2403.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fail_to_build_in_oe2403.patch (limited to 'fail_to_build_in_oe2403.patch') diff --git a/fail_to_build_in_oe2403.patch b/fail_to_build_in_oe2403.patch new file mode 100644 index 0000000..be32aee --- /dev/null +++ b/fail_to_build_in_oe2403.patch @@ -0,0 +1,14 @@ +diff --git a/tests/test_modifyrepo.py b/backend/tests/test_modifyrepo.py +index 330ff68f7..2c1bd0a66 100644 +--- a/tests/test_modifyrepo.py ++++ b/tests/test_modifyrepo.py +@@ -431,7 +431,8 @@ def test_copr_repo_run_createrepo(self, popen, do_stat, chroot, database_option) + "--workers", "8", "--general-compress-type=gz", "--update"] + additional_args + + @pytest.mark.skipif( +- distro.id() == 'fedora' and int(distro.version()) >= 36, ++ (distro.id() == 'fedora' and int(distro.version()) >= 36) or ++ (distro.id() == 'openeuler' and float(distro.version()) >= 24.03), + reason="createrepo_c dropped md5 checksum support" + ) + def test_copr_repo_el5(self, f_third_build): -- cgit v1.2.3