[Bot] Update dependencies (#2253)
* Update dependencies * ci(fix): use tonistiigi/binfmt:qemu-v8.1.5 image for qemu * fix(test): implement retry for test_container_removed The test is flaky on some platforms. Implement retry rather than just skip. --------- Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Co-authored-by: mayeut <mayeut@users.noreply.github.com>
This commit is contained in:
co-authored by
cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
mayeut
parent
3f123af8a1
commit
318a963cc3
@@ -64,6 +64,11 @@ jobs:
|
||||
- name: Set up QEMU
|
||||
if: runner.os == 'Linux'
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
# This should be temporary
|
||||
# xref https://github.com/docker/setup-qemu-action/issues/188
|
||||
# xref https://github.com/tonistiigi/binfmt/issues/215
|
||||
image: tonistiigi/binfmt:qemu-v8.1.5
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -165,6 +170,11 @@ jobs:
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
# This should be temporary
|
||||
# xref https://github.com/docker/setup-qemu-action/issues/188
|
||||
# xref https://github.com/tonistiigi/binfmt/issues/215
|
||||
image: tonistiigi/binfmt:qemu-v8.1.5
|
||||
|
||||
- name: Run the emulation tests
|
||||
run: uv run pytest --run-emulation ${{ matrix.arch }} test/test_emulation.py
|
||||
|
||||
Reference in New Issue
Block a user