kayobe/molecule-requirements.txt
Pierre Riteau 81d6fa9a07 CI: Avoid molecule 3.5.x
Molecule 3.5.1 was released by accident [1] and is breaking our
kayobe-tox-molecule job. Avoid 3.5.x releases for now.

[1] https://github.com/ansible-community/molecule/discussions/3240

Change-Id: Ifd75f704177751ec740475bcce8a9f7b8a1578f3
2021-09-17 17:47:34 +02:00

11 lines
330 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
docker # Apache-2.0
molecule<3.5.0 # MIT
molecule-docker # MIT
pytest-molecule # MIT
pytest-testinfra
yamllint # GPLv3