Skip to content

Commit 5fab49f

Browse files
authored
fix: Test rq 1.1 (getsentry#461)
1 parent cbdecff commit 5fab49f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ envlist =
3838
{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}
3939

4040
{pypy,py2.7,py3.5,py3.6}-rq-{0.6,0.7,0.8,0.9,0.10,0.11}
41-
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0}
41+
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1}
4242

4343
py3.7-aiohttp-{3.5,3.6}
4444

@@ -108,7 +108,7 @@ deps =
108108
pyramid-1.10: pyramid>=1.10,<1.11
109109

110110
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
111-
rq-{0.13,1.0}: fakeredis>=1.0
111+
rq-{0.13,1.0,1.1}: fakeredis>=1.0
112112
# https://github.com/jamesls/fakeredis/issues/245
113113
rq: redis<3.2.2
114114

@@ -121,6 +121,7 @@ deps =
121121
rq-0.12: rq>=0.12,<0.13
122122
rq-0.13: rq>=0.13,<0.14
123123
rq-1.0: rq>=1.0,<1.1
124+
rq-1.1: rq>=1.1,<1.2
124125

125126
aiohttp-3.4: aiohttp>=3.4.0,<3.5.0
126127
aiohttp-3.5: aiohttp>=3.5.0,<3.6.0

0 commit comments

Comments
 (0)