Skip to content

Commit 2410685

Browse files
committed
Update the molecule requirement
The molecule plugins have been consolidated from their own molecule-* packages into a monolithic molecule-plugins package. With the release of molecule v5 we have run afoul of this change and must update our requirements accordingly.
1 parent fce8bb3 commit 2410685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
ansible>=2.10,<6
88
ansible-lint>=5,<6
99
flake8
10-
molecule[docker]
10+
molecule
11+
molecule-plugins[docker]
1112
pre-commit
1213
pytest-testinfra
1314
yamllint

0 commit comments

Comments
 (0)