Skip to content

Commit

Permalink
Update the test requirements
Browse files Browse the repository at this point in the history
Give molecule a version pin since we made changes to support v5
specifically. We can also remove the ansible-lint, flake8, and yamllint
requirements since molecule is no longer performing any linting.
  • Loading branch information
mcdonnnj committed May 16, 2023
1 parent 4cb3213 commit 3299332
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
# We need at least version 6 to correctly identify Amazon Linux 2023
# as using the dnf package manager.
ansible>=6,<7
ansible-lint>=5,<6
flake8
molecule
# With the release of molecule v5 there were some breaking changes so
# we need to pin at v5 or newer. However, v5.0.0 had an internal
# dependency issue so we must use the bugfix release as the actual
# lower bound.
molecule>=5.0.1
molecule-plugins[docker]
pre-commit
pytest-testinfra
yamllint

0 comments on commit 3299332

Please sign in to comment.