We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcac16 commit 1dbade7Copy full SHA for 1dbade7
tox.ini
@@ -108,7 +108,7 @@ extras =
108
setenv =
109
CLUSTER_URL = "redis://localhost:16379/0"
110
commands =
111
- redis: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' {posargs}
+ standalone: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' {posargs}
112
cluster: pytest --cov=./ --cov-report=xml:coverage_cluster.xml -W always -m 'not onlynoncluster and not redismod' --redis-url={env:CLUSTER_URL:} {posargs}
113
114
[testenv:devenv]
0 commit comments