gabrieldemarmiesse / python-on-whales

An awesome Python wrapper for an awesome Docker CLI!
MIT License
557 stars 102 forks source link

Parameterise tests with `ctr_client` in `test_network.py` #533

Closed LewisGaul closed 9 months ago

LewisGaul commented 9 months ago

Parameterise test_network.py with podman. Note tests using "docker swarm" not parameterised.

Progress towards https://github.com/gabrieldemarmiesse/python-on-whales/issues/353

LewisGaul commented 9 months ago

The issue in the CI is seen on podman v3.4 but not on v4.2 - I'm going to try upgrading the CI's podman version...

gabrieldemarmiesse commented 9 months ago

if that's possible to pin the version of docker and podman in the CI that would be great :)