Remove Litmus from Gemfile#738
Conversation
We do not use Litmus for tests and its dependencies are causing issues in our CI pipeline. This commit removes Litmus from the Gemfile.
|
Edit: Isn't this coming from pdk? And the next time |
|
We couldn't find a way to exclude just a single gem from pdk update, e.g. puppetlabs/puppetlabs-host_core#56 (comment) |
|
ah okay, makes sense. About the CI issues: We fixed some CentOS 9 issues in voxpupuli/beaker-docker#148 , but that broke other jobs. Current idea to fix it is voxpupuli/beaker-docker#151 |
|
Thanks for the pointers @bastelfreak but I think (?) these failures may be due to the apt module? Specifically this change puppetlabs/puppetlabs-apt@1e1baad#diff-792ade83ea45b5c6696875678e6e7cc52f4a105db6ed4d8b6f2933ec5d7d6f3bR25-R26 |
Yes, that needs to be fixed at and other places in that file, similar to this fix: https://github.com/voxpupuli/puppet-rabbitmq/pull/1025/files#diff-01e9ff00dcf670b76d375536642dcfc62cc0efa6d796820d20b87fe721d9ed7e |
|
The bug in beaker-docker got fixed (see https://github.com/puppetlabs/puppetlabs-puppet_agent/actions/runs/11938696618/job/33277527843?pr=738 for the failures). We just published 2.5.2 |
|
Superseded by #740 |
We do not use Litmus for tests and its dependencies are causing issues in our CI pipeline. This commit removes Litmus from the Gemfile.