From abb33492b844da2a9dd79695a80825345f272377 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 12 Jun 2017 15:53:06 +0000 Subject: [PATCH] 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d9d06b07d3..922d368469 100644 --- a/tox.ini +++ b/tox.ini @@ -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