zuul at openstack.org writes: > Build failed. > > - release-openstack-python http://logs.openstack.org/7a/7abbf9af380eb236908f4d41d56e4cb1a0c2f135/release/release-openstack-python/ac1d5ab/ : FAILURE in 8m 44s > - announce-release announce-release : SKIPPED > - propose-update-constraints propose-update-constraints : SKIPPED > > _______________________________________________ > Release-job-failures mailing list > Release-job-failures at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/release-job-failures The release-openstack-python job keeps failing with an SSL module error. It is currently running tox under python 2, and SSL support there has been steadily getting worse over time. I suggest trying to fix the release job by either updating the tox environment in the repo to use python 3, or switching to the new publish-to-pypi-python3 template which runs a job that uses python 3. See [1] for an example. Doug [1] https://review.openstack.org/#/c/598323