From d61e645cee24f28df2df151b1510fde673164bcc Mon Sep 17 00:00:00 2001 From: "Gael Chamoulaud (Strider)" Date: Wed, 19 May 2021 15:02:38 +0200 Subject: [PATCH] Bump molecule to 3.3.1 This patch also adds molecule-podman driver as a requirement because molecule >=3.2 stopped installing it by default. Signed-off-by: Gael Chamoulaud (Strider) Change-Id: Idbab25f1750b5afe990d7e46fa4e78f8f36ff057 --- molecule-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index ebd0bdde6..113aad9ef 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -2,7 +2,8 @@ ansi2html ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 jinja2>=2.8.0,<3 -molecule>=3.0,<3.1 +molecule>=3.3.1,<4 # MIT +molecule-podman # MIT pytest pytest-cov pytest-html