From f33c1ef176c16d0be9eeb393d86dd8271ea8498e Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 11 Dec 2024 07:41:28 +0000 Subject: [PATCH] Revert "CI: Pin requests to <2.32 for publish jobs" This reverts commit 428f37124986019bedc897469f9b1f3470b62082. Reason for revert: Should be fixed now Change-Id: Ife393e7f1b00fa37921e7822668d6a40dd467d5b --- tests/playbooks/publish.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/playbooks/publish.yml b/tests/playbooks/publish.yml index cd9656069d..76352d299d 100644 --- a/tests/playbooks/publish.yml +++ b/tests/playbooks/publish.yml @@ -4,15 +4,6 @@ # NOTE(yoctozepto): We need Docker SDK, the best source is Kolla venv. ansible_python_interpreter: "{{ virtualenv_path }}/bin/python" tasks: - # TODO(bbezak): Currently Zuul supports Ansible 8 or 9, which - # uses community.docker collection that needs requests<2.32. - # Remove this when Zuul supports Ansible 10, - # and/or Ansible 9 gets fixed community.docker collection. - # https://github.com/ansible-collections/community.docker/issues/868 - - name: Downgrade requests for community.docker collection - command: - cmd: "{{ virtualenv_path }}/bin/python -m pip install -v 'requests<2.32'" - - name: List all containers docker_host_info: images: yes