From: Anil Belur Date: Mon, 22 Jul 2019 12:53:19 +0000 (+1000) Subject: Pin ansible, ansible-lint, detox X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=ed1dc557579f114286e0099ddbd9508a49f78d22;p=ansible%2Froles%2Fjava-install.git 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 --- 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