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>
[testenv:molecule]
basepython = python2
deps =
- ansible
+ ansible~=2.7.11
+ ansible-lint~=4.0.1
+ detox~=0.18
docker
molecule
pytest~=4.6.4
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