Avoid broken dogpile.cache

Bug: https://github.com/sqlalchemy/dogpile.cache/issues/178
Bug: https://bugs.launchpad.net/tripleo/+bug/1876073
Change-Id: Ibdf42045421bb0adfde7905645140acb1cb33f5c
This commit is contained in:
Sorin Sbarnea 2020-04-30 15:01:36 +01:00
parent 7f1627348a
commit 6cab1448db
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# this is required for the molecule jobs
ansi2html
docker
# https://github.com/sqlalchemy/dogpile.cache/issues/178 (openstacksdk)
dogpile.cache>=0.6.5,<0.9.1 # MIT
openstacksdk
pytest
pytest-cov