Povilas Kanapickas
                                            Povilas Kanapickas
                                        
                                    `__init__.py` files are required for unittest autodiscovery to work. We should have a small unittest that verifies that all `test_*.py` files have the required `__init__.py` files present.
Currently tests run with rather old podman version and thus any incompatibilities are not noticed. Ideally, a variety of podman versions would be tested.
Currently integration tests run sequentially which causes total runtime to be in excess of 5 minutes. This is unacceptable for development velocity. Also it is completely unnecessary, as there's little...
https://github.com/containers/podman-compose/pull/1094 added several tests for container_to_build_args() function, but many more are needed for full coverage.
The cause of the error is this new code in Twisted: https://github.com/twisted/twisted/commit/2ac17b0efd15f828214bb54ac5dee8a99b4df75e#diff-3ee4b290d7221a2e082e7c4c040b64321158a7fdb26bfdb5aefebe4c54075e78R488-R492 Old workers may not send parents attribute in their state, thus they will fail to connect. The same...
This issue will collect PRs that need to be backported to 4.0.x branch for 4.0.5 release.
This issue will collect PRs that need to be backported to 3.11.x branch for 3.11.10 release.
Currently eslint is installed, but since moving to vite it is not enabled. Linting should be enabled and issues (if any) fixed.
### Discussed in https://github.com/buildbot/buildbot/discussions/6773 Originally posted by **hlopezvg** January 18, 2023 Hello, I apologize if this is not the right place for this question, but is there a way to...