Lock versions of ansible-compat and identify

tripleo-tox-molecule started failing with the new releases
of ansible-compat-1.0.0 and identify-2.4.3.

This patch locks to previous versions to avoid
the failures until addressed.

Change-Id: I0de852f389979f0e33b9506cdf17712ca4883522
Related-Bug: #1957116
This commit is contained in:
Ronelle Landy 2022-01-11 16:54:13 -05:00
parent a7d162e502
commit de398e6b1d
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
ansible<2.10
ansible-compat<=0.5.0 # (reference: https://bugs.launchpad.net/tripleo/+bug/1957116)
PyYAML
ansi2html # GPL (soft-dependency of pytest-html)
identify<=2.4.2 # (reference: https://bugs.launchpad.net/tripleo/+bug/1957116)
molecule>=3.5.2
molecule-docker>=1.1.0
paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)