@@ -61,12 +61,11 @@ envlist =
6161 {py3.7}-beam-v{2.12}
6262 {py3.8,py3.11}-beam-latest
6363
64- # Celery
65- {py3.6,py3.8}-celery-v{4}
66- {py3.6,py3.8}-celery-v{5.0}
67- {py3.7,py3.10}-celery-v{5.1,5.2}
68- {py3.8,py3.11,py3.12}-celery-v{5.3,5.4,5.5}
69- {py3.8,py3.12,py3.13}-celery-latest
64+ # Boto3
65+ {py3.6,py3.7}-boto3-v{1.12}
66+ {py3.7,py3.11,py3.12}-boto3-v{1.23}
67+ {py3.11,py3.12}-boto3-v{1.34}
68+ {py3.11,py3.12,py3.13}-boto3-latest
7069
7170 # Chalice
7271 {py3.6,py3.9}-chalice-v{1.16}
@@ -287,20 +286,19 @@ envlist =
287286 # === Integrations - Auto-generated ===
288287 # These come from the populate_tox.py script. Eventually we should move all
289288 # integration tests there.
290- # ~~~ Cloud ~~~
291- {py3.6,py3.7}-boto3-v1.12.9
292- {py3.6,py3.12,py3.13}-boto3-v1.18.65
293- {py3.7,py3.12,py3.13}-boto3-v1.26.9
294- {py3.8,py3.12,py3.13}-boto3-v1.35.98
295-
296-
297289 # ~~~ GraphQL ~~~
298290 {py3.8,py3.10,py3.11}-ariadne-v0.20.1
299291 {py3.8,py3.11,py3.12}-ariadne-v0.21
300292 {py3.8,py3.11,py3.12}-ariadne-v0.22
301293 {py3.8,py3.11,py3.12}-ariadne-v0.24.0
302294
303295
296+ # ~~~ Tasks ~~~
297+ {py3.6,py3.12,py3.13}-celery-v4.4.7
298+ {py3.6,py3.12,py3.13}-celery-v5.0.5
299+ {py3.8,py3.12,py3.13}-celery-v5.4.0
300+
301+
304302 # ~~~ Web 2 ~~~
305303 {py3.6,py3.7}-bottle-v0.12.25
306304 {py3.6,py3.8,py3.9}-bottle-v0.13.2
@@ -377,20 +375,11 @@ deps =
377375 beam-v2.12: apache-beam~=2.12.0
378376 beam-latest: apache-beam
379377
380- # Celery
381- celery: redis
382- celery-v4: Celery~=4.0
383- celery-v5.0: Celery~=5.0.0
384- celery-v5.1: Celery~=5.1.0
385- celery-v5.2: Celery~=5.2.0
386- celery-v5.3: Celery~=5.3.0
387- celery-v5.4: Celery~=5.4.0
388- # TODO: update when stable is out
389- celery-v5.5: Celery ==5.5.0rc3
390- celery-latest: Celery
391-
392- celery: newrelic
393- {py3.7}-celery: importlib-metadata<5.0
378+ # Boto3
379+ boto3-v1.12: boto3~=1.12.0
380+ boto3-v1.23: boto3~=1.23.0
381+ boto3-v1.34: boto3~=1.34.0
382+ boto3-latest: boto3
394383
395384 # Chalice
396385 chalice: pytest-chalice ==0.0.5
@@ -736,13 +725,6 @@ deps =
736725 # === Integrations - Auto-generated ===
737726 # These come from the populate_tox.py script. Eventually we should move all
738727 # integration tests there.
739- # ~~~ Cloud ~~~
740- boto3-v1.12.9: boto3 ==1.12.9
741- boto3-v1.18.65: boto3 ==1.18.65
742- boto3-v1.26.9: boto3 ==1.26.9
743- boto3-v1.35.98: boto3 ==1.35.98
744-
745-
746728 # ~~~ GraphQL ~~~
747729 ariadne-v0.20.1: ariadne ==0.20.1
748730 ariadne-v0.21: ariadne ==0.21
@@ -753,6 +735,15 @@ deps =
753735 ariadne: httpx
754736
755737
738+ # ~~~ Tasks ~~~
739+ celery-v4.4.7: celery ==4.4.7
740+ celery-v5.0.5: celery ==5.0.5
741+ celery-v5.4.0: celery ==5.4.0
742+ celery: newrelic
743+ celery: redis
744+ py3.7-celery: importlib-metata<5.0
745+
746+
756747 # ~~~ Web 2 ~~~
757748 bottle-v0.12.25: bottle ==0.12.25
758749 bottle-v0.13.2: bottle ==0.13.2
0 commit comments