Skip to content

Commit 6e08c40

Browse files
committed
fix: test_zlib_blacklist
1 parent 2c7cf78 commit 6e08c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def test_build_wheel_compat(
10201020

10211021
def test_zlib_blacklist(self, any_manylinux_container, docker_python, io_folder):
10221022
policy, tag, manylinux_ctr = any_manylinux_container
1023-
if policy.startswith("manylinux_2_17_"):
1023+
if policy.startswith(("manylinux_2_17_", "manylinux_2_28_", "manylinux_2_34_")):
10241024
pytest.skip(f"{policy} image has no blacklist symbols in libz.so.1")
10251025

10261026
docker_exec(

0 commit comments

Comments
 (0)