Install community.crypto for connection_plugin integration test#725
Open
SirGitsalot wants to merge 24 commits intomasterfrom
Open
Install community.crypto for connection_plugin integration test#725SirGitsalot wants to merge 24 commits intomasterfrom
SirGitsalot wants to merge 24 commits intomasterfrom
Conversation
Collaborator
Author
|
Well, that got it past the error, now it fails with: Which of course is installed, I assume this has something to do with venvs and env vars getting reset when the runme.sh script is executed. I have enabled verbose logging on the action to debug it. |
Collaborator
|
There's no mention in the docs about how runme.sh is executed (i.e. fresh session vs inherited env) so I am curious what this will show |
Collaborator
|
I completely forgot about this one, #748 sort of clashes with this a little bit |
thekad
approved these changes
Mar 23, 2026
Try out the --requirements flag to install packages
The docs says --venv-system-site-packages is not a real flag, and with --venv "requirements are automatically installed before tests are run"
See what happens installing google-auth manually
Try it without any venv
See what pip has to say about google-auth-oauthlib
More flailing
Figure if there's a particular auth import it doesn't like
Remove debugging code
Try `ansible-galaxy collection install google.cloud`
More debugging
Create the network before the keypair
Don't install the community.crypto collection
Try without community.crypto at all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the integration test for me locally, which was complaining about the same error as the GitHub Actions: