-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Python 3.8: ansible, ansible-lint #48645
Conversation
Not sure where to report this but I see a bunch of errors when working with ansible 2.9.2_1 and python@3.8
Is there a way to still use ansible with 3.7 ? |
These warnings definetely came from
Regarding this one, It's unclear for me right now, could you run ansible with |
I also found this: spack/spack#13256 Let me know if I can do anything to help debug |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Ref #47274