Avoid broken dogpile.cache

Bug: https://github.com/sqlalchemy/dogpile.cache/issues/178
Bug: https://bugs.launchpad.net/tripleo/+bug/1876073

This patch also fixes a pep8 issue:
     doc/source/_exts/generate_validations_doc.py:99:0:
     F522 '...'.format(...) has unused named argument(s): metadata

Change-Id: I9a79fdac81239b79010598e462e64b116040ec09
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2020-05-12 10:21:17 +02:00
parent a4882cc2ea
commit 7c5846b84b
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
2 changed files with 5 additions and 4 deletions

View File

@ -103,7 +103,6 @@ Role documentation
name=validation['name'],
desc=validation['description'],
groups=', '.join(validation['groups']),
metadata=format_dict(validation['metadata']),
hosts=validation['hosts'],
parameters=format_dict(validation['parameters']),
roles=validation['roles']

View File

@ -1,11 +1,13 @@
# this is required for the molecule jobs
ansible
ansi2html
ansible
docker
# https://github.com/sqlalchemy/dogpile.cache/issues/178
dogpile.cache>=0.6.5,<0.9.1 # MIT
jinja2>=2.8.0,<3
molecule>=3.0,<3.1
pytest
pytest-cov
pytest-html
pytest-xdist
molecule>=3.0,<3.1
selinux # MIT
jinja2>=2.8.0,<3