Skip to content

Commit 88f13df

Browse files
committed
Update test_manylinux.py
1 parent 0a66714 commit 88f13df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,7 @@ def test_glibcxx_3_4_25(self, any_manylinux_container, docker_python, io_folder)
708708
assert orig_wheel.startswith("testentropy-0.0.1")
709709

710710
# Repair the wheel using the appropriate manylinux container
711-
repair_command = (
712-
f"auditwheel repair --plat {policy} --strip -w /io /io/{orig_wheel}"
713-
)
711+
repair_command = f"auditwheel repair --plat {policy} -w /io /io/{orig_wheel}"
714712
if policy.startswith("manylinux_2_28_"):
715713
with pytest.raises(CalledProcessError):
716714
docker_exec(manylinux_ctr, repair_command)

0 commit comments

Comments
 (0)