Pin ansible, ansible-lint, detox 56/16156/9
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 22 Jul 2019 12:53:19 +0000 (22:53 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 23 Jul 2019 00:00:32 +0000 (10:00 +1000)
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 <abelur@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index aa4580a..39ab72d 100644 (file)
--- 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