Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Loading