summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJakub Pieńkowski <8525083+Jakski@users.noreply.github.com>2022-04-18 14:10:38 +0200
committerGitHub <noreply@github.com>2022-04-18 18:10:38 +0600
commit661d92222eb485fd9131543c8a0a224824f5e0f0 (patch)
tree67c0469003d4b7e734dd798de13bda3bb27f1992 /.github
parent0f9f554b7cb9a307b07bec74688095053034fd57 (diff)
downloadkombu-661d92222eb485fd9131543c8a0a224824f5e0f0.tar.gz
Support pymongo 4.x (#1536)
* Support pymongo 4.x * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix problems detected by CI Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f0836777..5d118055 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -55,6 +55,8 @@ jobs:
run: tox -v -e ${{ env.PYTHON_VERSION }}-linux-integration-py-amqp -- -v
- name: Run redis integration tests
run: tox -v -e ${{ env.PYTHON_VERSION }}-linux-integration-py-redis -- -v
+ - name: Run MongoDB integration tests
+ run: tox -v -e ${{ env.PYTHON_VERSION }}-linux-integration-py-mongodb -- -v
#################### Linters and checkers ####################
lint: