Skip to content

Commit 9d33f7b

Browse files
committed
Pin molecule to < 25.2.0
25.2.0 breaks discovery of role paths, see [1] [1] ansible/molecule#4380
1 parent 2371228 commit 9d33f7b

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)