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 <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2019-07-01 08:39:58 -05:00 committed by Kevin Carter (cloudnull)
parent 816462dbf2
commit f16b6e0935
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1 @@
pbr>=1.6
ansible

View File

@ -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