From f9f9773575da0d3b6ae188955d2ffc9aef979b0e Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 16 Feb 2020 15:20:09 +0000 Subject: [PATCH] Upgrade molecule to 3.0a9 Bump molecule to newer version release to avoid the few buggy releases in between. Change-Id: I4cbfd299af4ac9d65e36ce3721d1809992e1b86f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c4e00a89..78b2e5da0 100644 --- a/tox.ini +++ b/tox.ini @@ -53,7 +53,7 @@ commands = python scripts/tripleo-jobs-gerrit.py {posargs} deps = ansi2html # GPL (soft-dependency of pytest-html) docker>=3.7 # Apache - molecule>=3.0a6 # MIT + molecule==3.0a9 # MIT paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol) pytest # MIT pytest-cov # MIT