On Mon, Jan 4, 2021 at 4:34 PM Herve Beraud <hberaud@redhat.com> wrote:
Here is the filtered list of projects that meet the conditions leading to the bug, and who should be fixed to completely solve our issue:
... etcd3gw ... python-masakariclient ...
Notice that some of these projects aren't deliverables but if possible it could be worth fixing them too.
These projects have an incompatibility between entries in their test-requirements.txt, and they're missing a doc/requirements.txt file.
The more straightforward path to unlock our job "publish-openstack-releasenotes-python3" is to create a doc/requirements.txt file that only contains the needed dependencies to reduce the possibility of pip resolver issues. I personally think that we could use the latest allowed version of requirements (sphinx, reno, etc...).
I propose to track the related advancement by using the "fix-relmgt-pip-doc" gerrit topic, when all the projects will be fixed we would be able to update our status.
Also it could be worth fixing test-requirements.txt incompatibilities but this task is more on the projects teams sides and this task could be done with a follow up patch.
Thoughts?
Thanks, Hervé! Done for python-masakariclient in [1]. etcd3gw needs more love in general but I will have this split in mind. [1] https://review.opendev.org/c/openstack/python-masakariclient/+/769163 -yoctozepto