Skip to content

Commit 067d80c

Browse files
authored
Added newer Celery versions to test suite (#1655)
1 parent 932350e commit 067d80c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ envlist =
5656
{py2.7}-celery-3
5757
{py2.7,py3.5,py3.6}-celery-{4.1,4.2}
5858
{py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.3,4.4}
59-
{py3.6,py3.7,py3.8,py3.9,py3.10}-celery-5.0
59+
{py3.6,py3.7,py3.8}-celery-{5.0}
60+
{py3.7,py3.8,py3.9,py3.10}-celery-{5.1,5.2}
6061

6162
py3.7-beam-{2.12,2.13,2.32,2.33}
6263

@@ -193,8 +194,11 @@ deps =
193194
# https://github.com/celery/celery/issues/6153
194195
celery-4.4: Celery>=4.4,<4.5,!=4.4.4
195196
celery-5.0: Celery>=5.0,<5.1
197+
celery-5.1: Celery>=5.1,<5.2
198+
celery-5.2: Celery>=5.2,<5.3
196199

197200
py3.5-celery: newrelic<6.0.0
201+
{py3.7}-celery: importlib-metadata<5.0
198202
{py2.7,py3.6,py3.7,py3.8,py3.9,py3.10}-celery: newrelic
199203

200204
requests: requests>=2.0

0 commit comments

Comments
 (0)