File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ setenv =
286
286
commands =
287
287
standalone: pytest --cov =./ --cov-report =xml:coverage_redis.xml -W always -m ' not onlycluster' {posargs}
288
288
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' --redis-url ={env:CLUSTER_URL:} --redismod-url ={env:CLUSTER_URL:} {posargs}
289
+ cluster: pytest --cov =./ --cov-report =xml:coverage_cluster.xml -W always -m ' not onlynoncluster and not redismod ' --redis-url ={env:CLUSTER_URL:} --redismod-url ={env:CLUSTER_URL:} {posargs}
290
290
cluster-uvloop: pytest --cov =./ --cov-report =xml:coverage_redis.xml -W always -m ' not onlycluster' --uvloop {posargs}
291
291
292
292
[testenv:redis5]
You can’t perform that action at this time.
0 commit comments