Skip to content

Commit b8d29b3

Browse files
committed
try boto
1 parent e14f2c4 commit b8d29b3

File tree

4 files changed

+16
-27
lines changed

4 files changed

+16
-27
lines changed

.github/workflows/test-integrations-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.8","3.11","3.12","3.13"]
32+
python-version: ["3.8","3.12","3.13"]
3333
# python3.6 reached EOL and is no longer being supported on
3434
# new versions of hosted runners on Github Actions
3535
# ubuntu-20.04 is the last version that supported python3.6
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
python-version: ["3.6","3.7","3.9","3.11","3.12","3.13"]
100+
python-version: ["3.6","3.7","3.8","3.9","3.12","3.13"]
101101
# python3.6 reached EOL and is no longer being supported on
102102
# new versions of hosted runners on Github Actions
103103
# ubuntu-20.04 is the last version that supported python3.6

scripts/populate_tox/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"asyncpg",
5151
"aws_lambda",
5252
"beam",
53-
"boto3",
5453
"celery",
5554
"chalice",
5655
"clickhouse_driver",

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ envlist =
6161
{py3.7}-beam-v{2.12}
6262
{py3.8,py3.11}-beam-latest
6363

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
69-
7064
# Celery
7165
{py3.6,py3.8}-celery-v{4}
7266
{py3.6,py3.8}-celery-v{5.0}
@@ -374,12 +368,6 @@ deps =
374368
beam-v2.12: apache-beam~=2.12.0
375369
beam-latest: apache-beam
376370
377-
# Boto3
378-
boto3-v1.12: boto3~=1.12.0
379-
boto3-v1.23: boto3~=1.23.0
380-
boto3-v1.34: boto3~=1.34.0
381-
boto3-latest: boto3
382-
383371
# Celery
384372
celery: redis
385373
celery-v4: Celery~=4.0

tox.ini

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ envlist =
6161
{py3.7}-beam-v{2.12}
6262
{py3.8,py3.11}-beam-latest
6363

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
69-
7064
# Celery
7165
{py3.6,py3.8}-celery-v{4}
7266
{py3.6,py3.8}-celery-v{5.0}
@@ -293,6 +287,13 @@ envlist =
293287
# === Integrations - Auto-generated ===
294288
# These come from the populate_tox.py script. Eventually we should move all
295289
# 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+
296297
# ~~~ GraphQL ~~~
297298
{py3.8,py3.10,py3.11}-ariadne-v0.20.1
298299
{py3.8,py3.11,py3.12}-ariadne-v0.21
@@ -376,12 +377,6 @@ deps =
376377
beam-v2.12: apache-beam~=2.12.0
377378
beam-latest: apache-beam
378379

379-
# Boto3
380-
boto3-v1.12: boto3~=1.12.0
381-
boto3-v1.23: boto3~=1.23.0
382-
boto3-v1.34: boto3~=1.34.0
383-
boto3-latest: boto3
384-
385380
# Celery
386381
celery: redis
387382
celery-v4: Celery~=4.0
@@ -741,6 +736,13 @@ deps =
741736
# === Integrations - Auto-generated ===
742737
# These come from the populate_tox.py script. Eventually we should move all
743738
# 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+
744746
# ~~~ GraphQL ~~~
745747
ariadne-v0.20.1: ariadne==0.20.1
746748
ariadne-v0.21: ariadne==0.21

0 commit comments

Comments
 (0)