Merge "Fix tripleo tox molecule job"

This commit is contained in:
Zuul 2021-11-30 18:40:36 +00:00 committed by Gerrit Code Review
commit 7159378303
3 changed files with 5 additions and 5 deletions

View File

@ -4,6 +4,8 @@ collections:
galaxy_info:
author: Alex Schultz
description: Role to run tripleo-repos
role_name: tripleo_repos
namespace: tripleo
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value

View File

@ -2,7 +2,7 @@
# The MOLECULE_ vars used here are not officialy endorsed by molecule, but we
# hope a future version will add implicit support for them.
driver:
name: containers
name: docker
log: true
platforms:

View File

@ -1,10 +1,8 @@
ansible<2.10
PyYAML
ansi2html # GPL (soft-dependency of pytest-html)
molecule>=3.3.4,<3.4
molecule-containers>=1.0.0
molecule-docker>=0.2.4
molecule-podman>=0.3.0
molecule>=3.5.2
molecule-docker>=1.1.0
paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)
pre-commit>=1.10 # MIT License
pytest # MIT