Actually run the podman integration test on podman :)

This commit is contained in:
Joe Rickerby
2022-06-27 19:19:00 +01:00
parent f23d8aaae5
commit b612a6c993
+1
View File
@@ -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",
},
)