diff --git a/tests/integration/test_manylinux.py b/tests/integration/test_manylinux.py index 78e0ef81..d7aa13b7 100644 --- a/tests/integration/test_manylinux.py +++ b/tests/integration/test_manylinux.py @@ -1055,6 +1055,7 @@ def any_manylinux_img(self, request): 'git config --global --add safe.directory "/auditwheel_src"', "pip install -U pip setuptools 'coverage[toml]>=7.13'", "pip install -U -e /auditwheel_src", + "pipx install -f patchelf==0.19.0.0rc1", ] if policy in {"manylinux_2_31", "manylinux_2_35"}: commands.append("apt-get update -yqq") @@ -1276,6 +1277,7 @@ def any_manylinux_img(self, request): 'git config --global --add safe.directory "/auditwheel_src"', "pip install -U pip setuptools 'coverage[toml]>=7.13'", "pip install -U -e /auditwheel_src", + "pipx install -f patchelf==0.19.0.0rc1", ] with tmp_docker_image(base, commands, env) as img_id: yield policy, img_id