From f3bca3e0f69982ce6c4eac72d1ab95f8732f4feb Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 22 Mar 2022 20:09:21 +0000 Subject: [PATCH] CI: pin pytest-metadata<2 for molecule The release of pytest-metadata 2.0.0 appears to have broken the molecule tests. AttributeError: 'Config' object has no attribute '_metadata' Change-Id: I60cf89ce2f8c236b7febb92d437abf7e21bb7acd --- molecule-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index cd6455758..839177c3e 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -6,6 +6,7 @@ ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT docker # Apache-2.0 molecule<3.5.0 # MIT molecule-docker # MIT +pytest-metadata<2 # MPL pytest-molecule # MIT pytest-testinfra yamllint # GPLv3