From ed1dc557579f114286e0099ddbd9508a49f78d22 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Mon, 22 Jul 2019 22:53:19 +1000 Subject: [PATCH] Pin ansible, ansible-lint, detox Both ansible and ansible-lint need to be pinned to be able to pass the molecule tests at this time. detox 0.19 is not compatible with the version of tox we are getting from upstream. Change-Id: Ib7b882de1f5d18f7ed4a40dafbba06960d6c9d0c Signed-off-by: Anil Belur --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index aa4580a..39ab72d 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,9 @@ skipsdist=true [testenv:molecule] basepython = python2 deps = - ansible + ansible~=2.7.11 + ansible-lint~=4.0.1 + detox~=0.18 docker molecule pytest~=4.6.4 @@ -20,4 +22,4 @@ commands = deps = pre-commit commands = pre-commit install --hook-type commit-msg - pre-commit run --all-files \ No newline at end of file + pre-commit run --all-files -- 2.16.6