From c290ddf2dba4f1e9d6f523d60819caccbaf1c8e2 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Mon, 6 Feb 2023 13:41:21 +0100 Subject: [PATCH] Capping ansible-lint version Closes-Bug: #2004633 Signed-off-by: Jiri Podivin Change-Id: I0b1a4a8d534ca985f7430255c8add86211e5ddab (cherry picked from commit 8d17681d3d630044456b5a0eb48d1ffeda75dd3d) --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d59d447df6..3d38b8fcc4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,4 +15,4 @@ stestr>=2.0.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 yaql>=1.1.3 # Apache 2.0 License ansible-runner>=1.4.2 # Apache -ansible-lint[core,yamllint]>=5.0.5 # MIT/GPL +ansible-lint[core,yamllint]>=5.0.5,<=6.11.0 # MIT/GPL