-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Test with Katello" #201
base: main
Are you sure you want to change the base?
Conversation
This reverts commit b0ae4c6.
@ofedoren this reverts the katello bundle install error Partha posted. Do you have a suggestion to get the tests green again? |
I think this is tricky. We need this for CI and I don't see any other way. But then theforeman/puppet-katello_devel@6d42c4c combines all the different |
Either have this commit or release Katello with Zeitwerk changes, not sure if there is another way... |
Perhaps one option is to change this into a group: group :foreman_virt_who_configure_deps do
gem 'katello', github: 'Katello/katello', branch: 'master'
end Then you might be able to use Another ugly option is to hide it behind some |
I opened #202 which can work, but has some caveats. |
I propose we do not revert the change but instead change how we handle the devel environment -- theforeman/puppet-katello_devel#307 |
This reverts commit b0ae4c6.
This prevents this error