@@ -42,7 +42,7 @@ envlist =
42
42
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-pyramid-{1.3,1.4,1.5,1.6,1.7,1.8,1.9,1.10}
43
43
44
44
{pypy,py2.7,py3.5,py3.6}-rq-{0.6,0.7,0.8,0.9,0.10,0.11}
45
- {pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2}
45
+ {pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2,1.3 }
46
46
47
47
py3.7-aiohttp-3.5
48
48
py{3.7,3.8}-aiohttp-3.6
@@ -131,10 +131,10 @@ deps =
131
131
pyramid-1.9: pyramid>=1.9,<1.10
132
132
pyramid-1.10: pyramid>=1.10,<1.11
133
133
134
- rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
135
- rq-{0.13,1.0,1.1,1.2}: fakeredis>=1.0
136
134
# https://github.com/jamesls/fakeredis/issues/245
137
- rq: redis<3.2.2
135
+ rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
136
+ rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: redis<3.2.2
137
+ rq-{0.13,1.0,1.1,1.2,1.3}: fakeredis>=1.0
138
138
139
139
rq-0.6: rq>=0.6,<0.7
140
140
rq-0.7: rq>=0.7,<0.8
@@ -147,6 +147,7 @@ deps =
147
147
rq-1.0: rq>=1.0,<1.1
148
148
rq-1.1: rq>=1.1,<1.2
149
149
rq-1.2: rq>=1.2,<1.3
150
+ rq-1.3: rq>=1.3,<1.4
150
151
151
152
aiohttp-3.4: aiohttp>=3.4.0,<3.5.0
152
153
aiohttp-3.5: aiohttp>=3.5.0,<3.6.0
0 commit comments