From 2c7cf7881633ddc3cd0bfc8a76d0a3d4a3dd4d6b Mon Sep 17 00:00:00 2001 From: mayeut Date: Thu, 2 Jan 2025 14:28:48 +0100 Subject: [PATCH 1/2] chore: manylinux_2_28 moved to gcc-toolset-14 --- tests/integration/test_manylinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_manylinux.py b/tests/integration/test_manylinux.py index 5e868611..bebf9fae 100644 --- a/tests/integration/test_manylinux.py +++ b/tests/integration/test_manylinux.py @@ -63,7 +63,7 @@ "manylinux_2_5": "devtoolset-2", "manylinux_2_12": "devtoolset-8", "manylinux_2_17": "devtoolset-10", - "manylinux_2_28": "gcc-toolset-13", + "manylinux_2_28": "gcc-toolset-14", "manylinux_2_34": "gcc-toolset-14", "musllinux_1_2": "devtoolset-not-present", } From 6e08c407fbde7e80e1ac77ec323092392519150b Mon Sep 17 00:00:00 2001 From: mayeut Date: Thu, 2 Jan 2025 15:45:53 +0100 Subject: [PATCH 2/2] fix: test_zlib_blacklist --- tests/integration/test_manylinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_manylinux.py b/tests/integration/test_manylinux.py index bebf9fae..c8d1fbdc 100644 --- a/tests/integration/test_manylinux.py +++ b/tests/integration/test_manylinux.py @@ -1020,7 +1020,7 @@ def test_build_wheel_compat( def test_zlib_blacklist(self, any_manylinux_container, docker_python, io_folder): policy, tag, manylinux_ctr = any_manylinux_container - if policy.startswith("manylinux_2_17_"): + if policy.startswith(("manylinux_2_17_", "manylinux_2_28_", "manylinux_2_34_")): pytest.skip(f"{policy} image has no blacklist symbols in libz.so.1") docker_exec(