From bba48213514ba608eed164fd75840e5aae8f5f45 Mon Sep 17 00:00:00 2001 From: Rafael Castillo Date: Mon, 28 Mar 2022 13:26:14 -0700 Subject: [PATCH] Upgrade pytest-metadata Following up on I76bfbbaa22e79df6b35d7bc01da7b1f95c1e2d48, upstream pytest-metadata has fixed the bug we were hitting[1] in version 2.0.1. [1] https://github.com/pytest-dev/pytest-metadata/issues/40 Related-Bug: #1965979 Change-Id: Ie3e43505b6868a3161e5c9481fa5a87ce733af50 --- molecule-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index ee7adc6a9..bc3a401c4 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -5,7 +5,7 @@ paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol) pytest pytest-cov pytest-html -pytest-metadata>=1.11.0,<2.0.0 +pytest-metadata>=2.0.1,<3.0.0 pytest-molecule>=1.3.0,<1.3.1 mock molecule>=3.0,<3.1