7baae8e14f
We test latest ansible with scenario jobs, there is more problems than benifits of pinning ansible in moleclule jobs. Change-Id: If75c896b05131ced3ef4d0b71686e66e1271fd88
25 lines
457 B
Plaintext
25 lines
457 B
Plaintext
# this is required for the molecule jobs
|
|
ansi2html
|
|
# https://github.com/sqlalchemy/dogpile.cache/issues/178 (openstacksdk)
|
|
dogpile.cache>=0.6.5,!=0.9.1 # MIT
|
|
openstacksdk
|
|
pytest
|
|
pytest-cov
|
|
pytest-html
|
|
pytest-testinfra
|
|
pytest-xdist
|
|
mock
|
|
molecule>=3.3.4
|
|
molecule-podman>=1.0.0a1
|
|
ruamel.yaml
|
|
netaddr
|
|
jinja2
|
|
|
|
ansible-core
|
|
|
|
# Upstream requirements from constraints.txt
|
|
tripleo-common
|
|
os-net-config # Apache-2.0
|
|
# Allows to unpin cryptography
|
|
pyOpenSSL>=22.1.0
|