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

Commit

Permalink
Require molecule 4.0.0 or newer (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jul 18, 2022
1 parent ddc45e6 commit 0edb4ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 0edb4ec

Please sign in to comment.