From eac9f955909514e214ee0f4b42073d965c11a35f Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 7 Feb 2020 07:37:23 -0700 Subject: [PATCH] Pin molecule to last known good 3.0a6 added some incompatibilities so lets pin the stable branch to the last known good version which is 3.0a5. Change-Id: I908810f7bb4e00701de3214b3b710648c33c0409 --- molecule-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 77e25b488..c4ecf8838 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -7,7 +7,7 @@ pytest-cov pytest-html pytest-xdist mock -molecule>=2.22rc1,<3 +molecule==3.0a5 netaddr # this is required for the docs build jobs