![Matt Crees](/assets/img/avatar_default.png)
The new release of ansible-compat[1] has broken our tox molecule jobs: ``` 'Invalid plugin FQCN (community.molecule.from_yaml): unable to locate collection community.molecule' ``` Pins to the previous version. [1] https://github.com/ansible/ansible-compat/releases/tag/v25.0.0 Change-Id: Ib7f9884c89437d645645ae48825c62c7680566ad
14 lines
423 B
Plaintext
14 lines
423 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.
|
|
|
|
ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT
|
|
ansible-compat<25.0.0 # MIT
|
|
docker # Apache-2.0
|
|
molecule # MIT
|
|
molecule-plugins[docker] # MIT
|
|
pytest-ansible # MIT
|
|
pytest-metadata # MPL
|
|
pytest-testinfra
|
|
yamllint # GPLv3
|