This change switches to newer version of molecule and uses its extras for installing test requirements. This should make much easier to upgrade in the future. Change-Id: Ide774f65a5facfad1097344f82e6e65f467a0d89
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
ansible>=2.9,<2.10
|
|
# molecule also has optional extras: docker, podman
|
|
molecule[test]>=3.2.0a1,<3.3 # MIT
|
|
oslotest
|
|
pytest-molecule>=1.3.3
|