Skip to content

Commit

Permalink
fix: test_zlib_blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 2, 2025
1 parent 2c7cf78 commit 6e08c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
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 6e08c40

Please sign in to comment.