From d0e3b33cdcd1633c6e6437ee8de9a9149e378cdc Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 16 Oct 2020 11:38:37 +0100 Subject: [PATCH] Temporary pin-down with newer pytest-molecule Temporary workaround until new release of molecule/pytest-molecule bug is fixed. Change-Id: I2721e0a30b6ca63b279fe9c388eed2e4c0ffc347 Partial-Bug: #1900033 --- molecule-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index c8bc7338e..945a7d33c 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -5,7 +5,7 @@ paramiko>=2.5.0 pytest pytest-cov pytest-html -pytest-molecule +pytest-molecule<1.3.0 pytest-xdist mock molecule>=3.0,<3.1