Fix ansible stable pin in tox test

We want to use the latest version from the stable-2.5 branch, not pin to
2.5.0 which has some issues that break our tests.

Change-Id: If7bab97191c5a29bac79e3f3ecaf10bfe0eac6b5
This commit is contained in:
Jens Harbott 2018-12-20 12:54:23 +00:00
parent b7af5789c3
commit bea73746c8
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
ansible<=2.5
ansible<2.6
commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs}
[testenv:docs]