File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ jobs:
7777 run : |
7878 set -x # print commands that are executed
7979 ./scripts/runtox.sh "py${{ matrix.python-version }}-redis-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
80- - name : Test rediscluster latest
80+ - name : Test redis_py_cluster_legacy latest
8181 run : |
8282 set -x # print commands that are executed
83- ./scripts/runtox.sh "py${{ matrix.python-version }}-rediscluster -latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
83+ ./scripts/runtox.sh "py${{ matrix.python-version }}-redis_py_cluster_legacy -latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
8484 - name : Test sqlalchemy latest
8585 run : |
8686 set -x # print commands that are executed
@@ -152,10 +152,10 @@ jobs:
152152 run : |
153153 set -x # print commands that are executed
154154 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-redis" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
155- - name : Test rediscluster pinned
155+ - name : Test redis_py_cluster_legacy pinned
156156 run : |
157157 set -x # print commands that are executed
158- ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-rediscluster " --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
158+ ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-redis_py_cluster_legacy " --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
159159 - name : Test sqlalchemy pinned
160160 run : |
161161 set -x # print commands that are executed
You can’t perform that action at this time.
0 commit comments