Hervé Beraud
Hervé Beraud
Hi! Automatic deployment on PyPi with travis and install with pip. ## Overview Package badactors with [openstack-pbr](https://docs.openstack.org/pbr/latest/) define badactors as a python package. Introduce dependencies management via requirements.txt. You can...
The rationale behind these changes is to catch linter errors (pep8) automatically before developers submit their changes and pull-requests. These changes will help us become proactive with the apply of...
These changes aim to manage tests by using tox. tox provide a command line driven CI frontend and development task automation tool. The benefits to us tox are: - manage...
Hey! git-pull-request deal with `git` commands and github API, I thinks it's can be easy to made this project compatible with gitlab. We just need to use the right API...
**Fixes issue:** #[Mention the issue number it fixes or add the details of the changes if it doesn't has a specific issue.] This merge request introduce best practices about how...
Usages of `resolver.query` are deprecated[1][2][3] and should be replaced by `resolver.resolve`. Fix https://github.com/eventlet/eventlet/issues/818 [1] https://dnspython.readthedocs.io/en/latest/whatsnew.html#id8 [2] https://github.com/rthalley/dnspython/blob/adfc942725bd36d28ec53f7e5480ace9eb543bd8/dns/resolver.py#L1360 [3] https://github.com/rthalley/dnspython/blob/adfc942725bd36d28ec53f7e5480ace9eb543bd8/dns/resolver.py#L1596
Indeed version v1.5.0 of poetry-core introduced some additional validations which means that all dependencies specified in pyproject.toml file under [tool.poetry.extras], must also be specified in the main dependencies’ section [tool.poetry.dependencies]....
Related to https://github.com/containers/python-podman/issues/64
## Summarize In the sake of compatibilty in `libpod` and `python-podman` I propose to design and implement automated checks to verify if python-podman implementation is fully compatible with libpod varlink...