From 58f3fb93e09e15aaff6604533f9be21652c8c01f Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 16 Mar 2020 09:02:17 +0100 Subject: [PATCH 1/2] test: Add RQ 1.3 to test matrix --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7e07a11639..4c0cbe5a41 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ envlist = {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} {pypy,py2.7,py3.5,py3.6}-rq-{0.6,0.7,0.8,0.9,0.10,0.11} - {pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2} + {pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2,1.3} py3.7-aiohttp-3.5 py{3.7,3.8}-aiohttp-3.6 @@ -147,6 +147,7 @@ deps = rq-1.0: rq>=1.0,<1.1 rq-1.1: rq>=1.1,<1.2 rq-1.2: rq>=1.2,<1.3 + rq-1.3: rq>=1.3,<1.4 aiohttp-3.4: aiohttp>=3.4.0,<3.5.0 aiohttp-3.5: aiohttp>=3.5.0,<3.6.0 From 5ad59cd322ac5f93b843e8ec576c27700bf49e3d Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 16 Mar 2020 12:15:11 +0100 Subject: [PATCH 2/2] fix: add fakeredis --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4c0cbe5a41..1dbe7025a4 100644 --- a/tox.ini +++ b/tox.ini @@ -131,10 +131,10 @@ deps = pyramid-1.9: pyramid>=1.9,<1.10 pyramid-1.10: pyramid>=1.10,<1.11 - rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0 - rq-{0.13,1.0,1.1,1.2}: fakeredis>=1.0 # https://github.com/jamesls/fakeredis/issues/245 - rq: redis<3.2.2 + rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0 + rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: redis<3.2.2 + rq-{0.13,1.0,1.1,1.2,1.3}: fakeredis>=1.0 rq-0.6: rq>=0.6,<0.7 rq-0.7: rq>=0.7,<0.8