Files
tripleo-ansible/molecule-requirements.txt
Roberto Alfieri ee5493709d Removed pin from pip and fixed testinfra package name
* pin for pip version has been removed because it seems that the its "old"
  dependency resolver doesn't work as expected
* testinfra package has been renamed to pytest-testinfra
* replaced `--constraint` with `-r` during packages installation
* in `tests/test_molecule.py` removed redudant append in finally block

Change-Id: Ifffc043ce88de9e67b1fde4654ecaa97530687e2
Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
2023-06-29 11:39:24 +02:00

33 lines
704 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<1.3.0;python_version<"3.7"
openstacksdk
pytest
pytest-cov
pytest-html
pytest-testinfra
pytest-xdist
mock
molecule<5.0.0
molecule-podman>=1.0.0a1
ruamel.yaml
netaddr
jinja2
cryptography
# this is required for the docs build jobs
ansible-core<2.12.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0
bashate>=0.6.0 # Apache-2.0
metalsmith>=1.4.0 # Apache-2.0
jsonschema # MIT
# Upstream requirements from constraints.txt
tripleo-common
os-net-config # Apache-2.0