Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68c989c

Browse files
committedFeb 12, 2025·
Pin molecule to < 25.2.0
25.2.0 breaks discovery of role paths, see [1] [1] ansible/molecule#4380
1 parent 283df3b commit 68c989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cryptography<3.1; python_version < '3.6'
55
pylint==2.6.0; python_version >= '3.6'
66
voluptuous==0.12.1 # from https://github.com/ansible/ansible/raw/devel/test/lib/ansible_test/_data/requirements/sanity.validate-modules.txt
77
yamllint
8-
molecule[podman]
8+
molecule[podman]<25.2.0
99
molecule-plugins[podman]; python_version >= '3.9'
1010
pytest
1111
pytest-ansible

0 commit comments

Comments
 (0)
Please sign in to comment.