Skip to content

Commit 7c74f25

Browse files
authored
redis: update tests to latest (#1419)
1 parent a34aafa commit 7c74f25

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tox.ini

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ envlist =
4949
bottle_contrib{,_autopatch}-py{27,35,36,37,38}-bottle{11,12,}-webtest
5050
cassandra_contrib-{py27,py35,py36,py37,py38}-cassandra{35,36,37,38,315}
5151
# Non-4.x celery should be able to use the older redis lib, since it locks to an older kombu
52-
celery_contrib-{py27,py35,py36}-celery{31}-redis{210}
52+
celery_contrib-py{27,35,36}-celery31-redis210
5353
# 4.x celery bumps kombu to 4.4+, which requires redis 3.2 or later, this tests against
5454
# older redis with an older kombu, and newer kombu/newer redis.
5555
# https://github.com/celery/kombu/blob/3e60e6503a77b9b1a987cf7954659929abac9bac/Changelog#L35
56-
celery_contrib-{py27,py35,py36}-celery{40,41}-{redis210-kombu43,redis320-kombu44}
56+
celery_contrib-py{27,35,36}-celery{40,41}-{redis210-kombu43,redis32-kombu44}
5757
# Celery 4.2 is now limited to Kombu 4.3
5858
# https://github.com/celery/celery/commit/1571d414461f01ae55be63a03e2adaa94dbcb15d
59-
celery_contrib-{py27,py35,py36}-celery42-redis210-kombu43
59+
celery_contrib-py{27,35,36}-celery42-redis210-kombu43
6060
# Celery 4.3 wants Kombu >= 4.4 and Redis >= 3.2
6161
# Python 3.7 needs Celery 4.3
62-
celery_contrib-{py27,py35,py36,py37,py38}-celery43-redis320-kombu44
62+
celery_contrib-py{27,35,36,37,38}-celery43-redis32-kombu44
6363
consul_contrib-py{27,35,36,37,38}-consul{07,10,11,}
6464
dbapi_contrib-py{27,35,36,37,38}
6565
# Django Python version support
@@ -125,8 +125,8 @@ envlist =
125125
pymongo_contrib-py38-pymongo{30,31,32,33,35,36,37,38,39,310,}-mongoengine
126126
pymysql_contrib-py{27,35,36,37,38}-pymysql{07,08,09,}
127127
pyramid_contrib{,_autopatch}-py{27,35,36,37,38}-pyramid{17,18,19,110,}-webtest
128-
redis_contrib-{py27,py35,py36,py37,py38}-redis{26,27,28,29,210,300}
129-
rediscluster_contrib-{py27,py35,py36,py37,py38}-rediscluster{135,136,200,latest}-redis210
128+
redis_contrib-py{27,35,36,37,38}-redis{210,30,32,33,34,35,}
129+
rediscluster_contrib-py{27,35,36,37,38}-rediscluster{135,136,200,}-redis210
130130
requests_contrib{,_autopatch}-{py27,py35,py36,py37,py38}-requests{208,209,210,211,212,213,219}
131131
# python 3.6 requests + gevent regression test
132132
# DEV: This is a known issue for gevent 1.1, suggestion is to upgrade to gevent > 1.2
@@ -414,17 +414,17 @@ deps =
414414
psycopg226: psycopg2>=2.6,<2.7
415415
psycopg227: psycopg2>=2.7,<2.8
416416
psycopg228: psycopg2>=2.8,<2.9
417-
redis26: redis>=2.6,<2.7
418-
redis27: redis>=2.7,<2.8
419-
redis28: redis>=2.8,<2.9
420-
redis29: redis>=2.9,<2.10
417+
redis: redis
421418
redis210: redis>=2.10,<2.11
422-
redis300: redis>=3.0.0,<3.1.0
423-
redis320: redis>=3.2.0,<3.3.0
419+
redis30: redis>=3.0,<3.1
420+
redis32: redis>=3.2,<3.3
421+
redis33: redis>=3.3,<3.4
422+
redis34: redis>=3.4,<3.5
423+
redis35: redis>=3.5,<3.6
424+
rediscluster: redis-py-cluster
424425
rediscluster135: redis-py-cluster>=1.3.5,<1.3.6
425426
rediscluster136: redis-py-cluster>=1.3.6,<1.3.7
426427
rediscluster200: redis-py-cluster>=2.0.0,<2.1.0
427-
redisclusterlatest: redis-py-cluster
428428
requests_contrib: requests-mock>=1.4
429429
requests200: requests>=2.0,<2.1
430430
requests208: requests>=2.8,<2.9

0 commit comments

Comments
 (0)