Skip to content

Commit 3299332

Browse files
committed
Update the test requirements
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.
1 parent 4cb3213 commit 3299332

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

requirements-test.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
# We need at least version 6 to correctly identify Amazon Linux 2023
99
# as using the dnf package manager.
1010
ansible>=6,<7
11-
ansible-lint>=5,<6
12-
flake8
13-
molecule
11+
# With the release of molecule v5 there were some breaking changes so
12+
# we need to pin at v5 or newer. However, v5.0.0 had an internal
13+
# dependency issue so we must use the bugfix release as the actual
14+
# lower bound.
15+
molecule>=5.0.1
1416
molecule-plugins[docker]
1517
pre-commit
1618
pytest-testinfra
17-
yamllint

0 commit comments

Comments
 (0)