containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.88k stars 470 forks source link

Fix CI tests #869

Closed baszoetekouw closed 4 months ago

baszoetekouw commented 4 months ago

This should fix the pylint and flake8 checks in CI.

p12tic commented 4 months ago

Thanks for this PR.

Unfortunately I started working on this at the same time and fixed a lot of issues in a bit different way. So many changes in this PR are no longer needed.

This PR still contains useful stuff such as fixing support for pythons older than 3.11 (as far as I understand from https://github.com/containers/podman-compose/pull/858). Could you rebase the PR so that we can merge these changes? Thanks!

baszoetekouw commented 4 months ago

Sure, no problem! There's still one test failing for older pythons; I'll try to fix that, too.

baszoetekouw commented 4 months ago

Superseded by #887