Skip to content

Commit

Permalink
Merge pull request #524 from mayeut/devtoolset14
Browse files Browse the repository at this point in the history
fix: manylinux_2_28 moved to gcc-toolset-14
  • Loading branch information
mayeut authored Jan 2, 2025
2 parents f1e4758 + 6e08c40 commit 2e00860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 2e00860

Please sign in to comment.