File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -282,11 +282,12 @@ extras =
282
282
hiredis: hiredis
283
283
ocsp: cryptography, pyopenssl, requests
284
284
setenv =
285
- CLUSTER_URL = " redis://localhost:6372/0"
285
+ CLUSTER_URL = " redis://localhost:16379/0"
286
+ UNSTABLE_CLUSTER_URL = " redis://localhost:6372/0"
286
287
commands =
287
288
standalone: pytest --cov =./ --cov-report =xml:coverage_redis.xml -W always -m ' not onlycluster' {posargs}
288
289
standalone-uvloop: pytest --cov =./ --cov-report =xml:coverage_redis.xml -W always -m ' not onlycluster' --uvloop {posargs}
289
- cluster: pytest --cov =./ --cov-report =xml:coverage_cluster.xml -W always -m ' not onlynoncluster and not redismod' --redis-url ={env:CLUSTER_URL:} --redis-unstable-url ={env:CLUSTER_URL :} {posargs}
290
+ cluster: pytest --cov =./ --cov-report =xml:coverage_cluster.xml -W always -m ' not onlynoncluster and not redismod' --redis-url ={env:CLUSTER_URL:} --redis-unstable-url ={env:UNSTABLE_CLUSTER_URL :} {posargs}
290
291
cluster-uvloop: pytest --cov =./ --cov-report =xml:coverage_redis.xml -W always -m ' not onlycluster' --uvloop {posargs}
291
292
292
293
[testenv:redis5]
You can’t perform that action at this time.
0 commit comments