Avoid broken dogpile.cache

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

Change-Id: I2932eddd7afebe3a1ed45d7bc86dfbd89b6e3b79
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2020-05-12 10:25:53 +02:00 committed by Daniel Bengtsson
parent e05a6a2dc0
commit 7628adcc24
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
ansible
ansi2html
docker
# https://github.com/sqlalchemy/dogpile.cache/issues/178
dogpile.cache>=0.6.5,<0.9.1 # MIT
pytest
pytest-cov
pytest-html