Use the same version of ansible as tests repo

Instead of carrying yet another version of ansible in tox.ini,
we should rely on re-using the process in the tests repo, and
re-use the tests repo constraints and requirements.

Change-Id: Iddca8aa00e96f6d6303e63e67e9fabc11a78ba60
This commit is contained in:
Jean-Philippe Evrard 2017-06-12 15:53:06 +00:00
parent 90016a2350
commit abb33492b8
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ commands =
[testenv:ansible]
deps =
{[testenv]deps}
ansible==2.3.0.0
ansible-lint<=3.4.12
-r{toxinidir}/global-requirement-pins.txt
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
setenv =
{[testenv]setenv}
ANSIBLE_HOST_KEY_CHECKING = False