From b612a6c9936161840bbf316dde6f51fb50781ece Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 27 Jun 2022 19:19:00 +0100 Subject: [PATCH] Actually run the podman integration test on podman :) --- test/test_podman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_podman.py b/test/test_podman.py index d4bdf556..dd07572b 100644 --- a/test/test_podman.py +++ b/test/test_podman.py @@ -21,6 +21,7 @@ def test(tmp_path, capfd, request): add_env={ "CIBW_BUILD": "cp310-*{manylinux,musllinux}_x86_64", "CIBW_BEFORE_ALL": "echo 'test log statement from before-all'", + "CIBW_CONTAINER_ENGINE": "podman", }, )