From f16b6e0935fa469afea5dc79b060d53e4d2261ac Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 1 Jul 2019 08:39:58 -0500 Subject: [PATCH] Remove ansible from our requirements file In order to have tripleo-ansible added to global requirements the "ansible" requirement must be removed[0]. This change transitions the requirement from an upstream maintained file to our tox config, which we maintained outside of requirements and is only ever used in local testing. With this package removed we'll be able to have tripleo-ansible part of the global requirements sync. [0] - https://review.opendev.org/#/c/667413/1/projects.txt Change-Id: Icf1e636bd1fbb73fd6d06a8e43fe55bcbe482122 Signed-off-by: Kevin Carter --- requirements.txt | 1 - tox.ini | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 885c2cb6c..ac56c37ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ pbr>=1.6 -ansible diff --git a/tox.ini b/tox.ini index 9d4fb9852..a38b8946e 100644 --- a/tox.ini +++ b/tox.ini @@ -74,6 +74,7 @@ commands = [testenv:linters] deps = + {[testenv:mol]deps} -r {toxinidir}/test-requirements.txt -r {toxinidir}/requirements.txt commands = @@ -120,6 +121,7 @@ commands = # python versions like pyenv ones basepython=python deps = + ansible ansi2html docker>=3.7 pytest