From 4d8698e30f5a28c409c5ee2cc4084d70ca37ee29 Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Tue, 12 May 2020 13:11:22 +0200 Subject: [PATCH] Drop support for ansible 2.6 Zuul is dropping support for ansible2.6, wait a couple of weeks and bump ansible version in zuul-jobs to 2.7. Depends-On: https://review.opendev.org/#/c/727157/ Change-Id: Iccfb963ee0e1c4ba26e1f678426fb5a680af27fb --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 37496aa59..bdfdfc8f4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ # here to pull in ansible anyway; pip doesn't actually have a # dependency solver and the uncapped ansible requirement from # ansible-lint pull in the latest version. -ansible>=2.6,<2.7 # https://review.opendev.org/#/c/650431/ +ansible>=2.7,<2.8 # https://review.opendev.org/#/c/727157/ stestr>=1.0.0,<3.0.0;python_version<'3.5' # Apache-2.0 stestr>=1.0.0;python_version>='3.5' # Apache-2.0 # For upload-logs-swift: