Jhon Honce

Results 34 comments of Jhon Honce

SGTM, the project has used [type hints](https://peps.python.org/pep-0484/) since day one. I would suggest a survey of which tools exist on our CI platforms and integrate with IDE's like code and...

@inknos Adding `external` and `all` as kwargs would require extra validation if the client has been instantiated in `compatible_version` mode. That is, the client is running without the `libpod` extensions....

I suspect this is a dependency version issue as @rhatdan implied. The podman-py test suite does not currently lock down any versions for pytest. It uses the unittest library from...

I saw the same behavior using 0.10.7 on macOS 14.3.1 (23D60) / Apple M1

@nehajain1809 patches are working their way from upstream. Once they land I'll close this bug.

@bregman-arie I'm working on a bug in the API first. Once that works, I can document this.

LGTM, I don't see any problems but also I do not know packit

@cevich The issue was introduced with https://github.com/containers/podman-py/pull/374. I suspect an update in pylint has now caught the issue. @inknos Can you do a quick PR and fix the issue? TIA...