Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Require molecule 4.0.0 or newer #129

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ repos:
entry: mypy src/
pass_filenames: false
additional_dependencies:
- ansible-compat>=0.5.0
- molecule>=3.5.0a0
- ansible-compat>=2.2.0
- molecule>=4.0.0
- packaging
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v3.0.0a4
hooks:
- id: pylint
additional_dependencies:
- ansible-core>=2.11.1
- molecule>=3.5.0a0
- ansible-core>=2.13
- molecule>=4.0.0
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.2.1
hooks:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ setup_requires =

# These are required in actual runtime:
install_requires =
ansible-compat >= 0.5.0
molecule >= 3.5.0a0
ansible-compat >= 2.2.0
molecule >= 4.0.0
# selinux python module is needed as least by ansible-podman modules
# and allows us of isolated (default) virtualenvs. It does not avoid need
# to install the system selinux libraries but it will provide a clear
Expand Down