8000
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 8ed8f45 commit 0dac166Copy full SHA for 0dac166
tox.ini
@@ -42,7 +42,7 @@ envlist =
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
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}
+ {pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2}
46
47
py3.7-aiohttp-3.5
48
py{3.7,3.8}-aiohttp-3.6
@@ -130,7 +130,7 @@ deps =
130
pyramid-1.10: pyramid>=1.10,<1.11
131
132
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
133
- rq-{0.13,1.0,1.1}: fakeredis>=1.0
+ rq-{0.13,1.0,1.1,1.2}: fakeredis>=1.0
134
# https://github.com/jamesls/fakeredis/issues/245
135
rq: redis<3.2.2
136
@@ -144,6 +144,7 @@ deps =
144
rq-0.13: rq>=0.13,<0.14
145
rq-1.0: rq>=1.0,<1.1
146
rq-1.1: rq>=1.1,<1.2
147
+ rq-1.2: rq>=1.2,<1.3
148
149
aiohttp-3.4: aiohttp>=3.4.0,<3.5.0
150
aiohttp-3.5: aiohttp>=3.5.0,<3.6.0
0 commit comments