Skip to content

Commit

Permalink
Update test_manylinux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 4, 2024
1 parent 663cda9 commit dacfb8e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,15 +860,17 @@ def test_build_wheel_with_image_dependencies(
# tested.

policy, tag, manylinux_ctr = any_manylinux_container

build_command = (
"cd /auditwheel_src/tests/integration/testdependencies && "
"if [ -d ./build ]; then rm -rf ./build ./*.egg-info; fi && "
f"WITH_DEPENDENCY={with_dependency} python -m pip wheel --no-deps -w /io ."
)
docker_exec(
manylinux_ctr,
[
"bash",
"-c",
"cd /auditwheel_src/tests/integration/testdependencies && "
"if [ -d ./build ]; then rm -rf ./build ./*.egg-info; fi && "
f"WITH_DEPENDENCY={with_dependency} python -m pip wheel --no-deps -w /io .",
build_command,
],
)

Expand Down

0 comments on commit dacfb8e

Please sign in to comment.