Block twine 6.1.0, breaking `test-release-openstack` CI job

As reported in [1], this new version is breaking the job
``test-release-openstack`` in any project of OpenStack, as seen
in Zuul, since the day of the release of this new version [2].

[1]https://github.com/pypa/twine/issues/1218
[2]https://pypi.org/project/twine/#history

Closes-Bug: #2095514
Change-Id: I44dc233d66be14819dabe32349b7bed3fa23aef4
This commit is contained in:
Rodolfo Alonso Hernandez 2025-01-23 06:21:54 +00:00
parent 7932e7ccc9
commit 16536f6746

View File

@ -15,7 +15,7 @@
when: register_twine.rc != 0
block:
- name: Ensure twine is installed
command: "{{ twine_python }} -m pip install twine!=1.12.0 requests-toolbelt!=0.9.0 --user"
command: "{{ twine_python }} -m pip install twine!=1.12.0,!=6.1.0 requests-toolbelt!=0.9.0 --user"
- name: Set pypi_twine_executable
set_fact: