tripleo-ci/test-requirements.txt
Wes Hayutin 2d55b124e1 ensure molecule runs on centos8
define the nodeset for tox-molecule jobs

Closes-Bug: 1908328
Change-Id: Ie0aa4cca983d45c959611e0e93effb4b21a69488
2021-01-29 16:12:00 +00:00

17 lines
448 B
Plaintext

ansible<2.10
PyYAML
ansi2html # GPL (soft-dependency of pytest-html)
molecule>=3.2.3,<3.3
molecule-containers>=0.2.1
molecule-docker
molecule-podman
paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)
pre-commit>=1.10 # MIT License
pytest # MIT
pytest-cov # MIT
pytest-html # MPL 2.0
pytest-molecule>=1.3.3,<1.4.0 # MIT (reference: https://launchpad.net/bugs/1900033)
pytest-plus # MIT
pytest-xdist # MIT
requests