From efe295d5132213cdd84bfff5dd77b4c3b3544f50 Mon Sep 17 00:00:00 2001 From: Rico Lin Date: Wed, 18 Dec 2024 10:30:50 +0800 Subject: [PATCH] fix cluster-api-upgrade job (#149) cluster-api-upgrade job and focal jobs are broken for now. This aim for fix --- requirements.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b17b4c8..f7714160 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ansible-core docker-image-py jmespath -molecule +molecule<=24.9.0 molecule-plugins[docker] pytest < 8.0.0 pytest-forked diff --git a/tox.ini b/tox.ini index a910f1ed..a808f330 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ commands = deps = docker-image-py jmespath - molecule + molecule<=24.9.0 commands = molecule {posargs}