PyTest 5 was released on June 28th that now requires Python >= 3.5
so pin to the 4.6.x stream until we are ready to drop 2.7 support.
Pin ansible and ansible-lint to get the molecule tests to work.
detox 0.19 is not compatible with the version of tox we are getting from
upstream.
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I1256a40c294686332b9d4cc614785d89af531f4a
[testenv:molecule]
basepython = python2
deps =
- ansible
+ ansible~=2.7.11
+ ansible-lint~=4.0.1
+ detox~=0.18
docker
molecule
+ pytest~=4.6.4
passenv = *
commands =
./molecule.sh
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