validations-common/molecule-requirements.txt
Gael Chamoulaud (Strider) 7628adcc24 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>
2020-05-12 16:23:26 +02:00

15 lines
257 B
Plaintext

# this is required for the molecule jobs
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
pytest-xdist
mock
molecule>=3.0,<3.1
selinux # MIT
jinja2>=2.8.0,<3