diff options
author | Daniel Ziegenberg <daniel@ziegenberg.at> | 2021-10-21 18:25:40 +0200 |
---|---|---|
committer | Daniel Ziegenberg <daniel@ziegenberg.at> | 2021-10-26 16:41:10 +0200 |
commit | e7064868b43e281bc48dd9edde71d993b52c72b2 (patch) | |
tree | 7f646ec8c4b4327cab3f645f02e8310a20aaacb6 /requirements/README.md | |
parent | Merge pull request #11258 from ansible/jakemcdermott-include-jsconfig (diff) | |
download | awx-e7064868b43e281bc48dd9edde71d993b52c72b2.tar.xz awx-e7064868b43e281bc48dd9edde71d993b52c72b2.zip |
updates the implementation of the slack backend for notifications
Use the slack_sdk instead of the deprecated slackclient. Because according to the official documentation:
> The slackclient PyPI project is in maintenance mode now and slack-sdk project is the successor.
With this commit one UPGRADE BLOCKER from requirements/requirements.in is removed. Als the license for slack_sdk
is updated and unit tests for slack notifications backend are added.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/requirements/README.md b/requirements/README.md index b026c20aa7..69ab2d4bcf 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -108,12 +108,6 @@ Upgrading to 4.0.0 causes error because imports changed. ImportError: cannot import name 'KeyVaultClient' ``` -### slackclient - -Imports as used in `awx/main/notifications/slack_backend.py` changed -in version 2.0. This plugin code will need to change and be re-tested -as the upgrade takes place. - ### django-jsonfield Instead of calling a `loads()` operation, the returned value is casted into |