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 301b6ef commit 6fcfbafCopy full SHA for 6fcfbaf
tox.ini
@@ -282,7 +282,7 @@ extras =
282
hiredis: hiredis
283
ocsp: cryptography, pyopenssl, requests
284
setenv =
285
- CLUSTER_URL = "redis://localhost:46379/0"
+ CLUSTER_URL = "redis://localhost:16379/0"
286
commands =
287
standalone: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' {posargs}
288
standalone-uvloop: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' --uvloop {posargs}
0 commit comments