Merge "CI: Fix molecule job on Ubuntu Jammy"

This commit is contained in:
Zuul 2022-12-02 10:26:35 +00:00 committed by Gerrit Code Review
commit 744ca0918f
3 changed files with 2 additions and 6 deletions

View File

@ -18,5 +18,3 @@ scenario:
name: default
verifier:
name: testinfra
lint:
name: flake8

View File

@ -147,5 +147,3 @@ scenario:
name: enable-everything
verifier:
name: testinfra
lint:
name: flake8

View File

@ -4,9 +4,9 @@
ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT
docker # Apache-2.0
molecule<3.5.0 # MIT
molecule<4.1.0 # MIT
molecule-docker # MIT
pytest-metadata<2 # MPL
pytest-metadata # MPL
pytest-molecule # MIT
pytest-testinfra
yamllint # GPLv3