-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Restore old Slack engine, add dreprecation, rename new Slack engine #63095
Restore old Slack engine, add dreprecation, rename new Slack engine #63095
Conversation
I'm also not seeing slack_bolt in our tests requirements so I'm guesing the tests are getting skipped |
@Ch3LL The tests will only run if the two Slack Python libraries are installed, the newer one we can install but the older one has difficulties with newer versions of Python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to standardize on the type/parameter for all the arguments in the docs for the functions. You're doing it on some and not others.
…e slack engine to slack_bolt until deprecation
9dbbd18
to
5aa16c6
Compare
What does this PR do?
Restore the previous slack engine and deprecate it, rename replace the slack engine to slack_bolt until deprecation
What issues does this PR fix or reference?
Fixes: #62957
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.