Parameterise test_container.py with podman. Note tests using the docker_registry not currently parameterised (wasn't working with podman when I tried it). Some tests marked as xfail for podman for now (note --runxfail is useful for bulk fixing xfail tests).
Also added a testcase that doesn't rely on mocking for checking podman's systemd mode works, now that this is supported by the test infra.
Parameterise
test_container.py
with podman. Note tests using thedocker_registry
not currently parameterised (wasn't working with podman when I tried it). Some tests marked as xfail for podman for now (note--runxfail
is useful for bulk fixing xfail tests).Also added a testcase that doesn't rely on mocking for checking podman's systemd mode works, now that this is supported by the test infra.
Progress towards https://github.com/gabrieldemarmiesse/python-on-whales/issues/353