From d70e4c9dbcc47919d812d25eee0249a63bfc10d4 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 7 Jun 2021 12:39:46 -0600 Subject: [PATCH] Bump molecule to fix testing We need to bump molecule so that we actually test proposed patches in CI. Also pull in the podman plugin. https://github.com/ansible-community/molecule/commit/3d3ce253f396ac0117659bf9f2cbc06c7377b508 Change-Id: I5f15e26332d2b8b1e53539d58fe095997f3151c9 (cherry picked from commit d66f3c80e6593ca9516655970d09d58b1050407e) --- molecule-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 93dc0499c..eb4172873 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -8,7 +8,8 @@ pytest-cov pytest-html pytest-xdist mock -molecule>=3.0,<3.1 +molecule>=3.3.4,<3.4 +molecule-podman>=0.3.0 ruamel.yaml testinfra netaddr