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: galaxy_info:
author: Alex Schultz author: Alex Schultz
description: Role to run tripleo-repos 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 # If the issue tracker for your role is not on github, uncomment the
# next line and provide a value # 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 # The MOLECULE_ vars used here are not officialy endorsed by molecule, but we
# hope a future version will add implicit support for them. # hope a future version will add implicit support for them.
driver: driver:
name: containers name: docker
log: true log: true
platforms: platforms:

View File

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