Skip to content

Commit 875fa6e

Browse files
committed
clickhouse
1 parent 97a7ae7 commit 875fa6e

File tree

5 files changed

+22
-27
lines changed

5 files changed

+22
-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.11","3.12","3.13"]
32+
python-version: ["3.8","3.11","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.8","3.9","3.11","3.12","3.13"]
100+
python-version: ["3.6","3.7","3.9","3.11","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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
strategy:
125125
fail-fast: false
126126
matrix:
127-
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12"]
127+
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
128128
# python3.6 reached EOL and is no longer being supported on
129129
# new versions of hosted runners on Github Actions
130130
# ubuntu-20.04 is the last version that supported python3.6

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"beam",
5353
"boto3",
5454
"celery",
55-
"clickhouse_driver",
55+
"chalice",
5656
"cohere",
5757
"common",
5858
"cloud_resource_context",

scripts/populate_tox/tox.jinja

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ envlist =
7474
{py3.8,py3.11,py3.12}-celery-v{5.3,5.4,5.5}
7575
{py3.8,py3.12,py3.13}-celery-latest
7676

77-
# Clickhouse Driver
78-
{py3.8,py3.11}-clickhouse_driver-v{0.2.0}
79-
{py3.8,py3.12,py3.13}-clickhouse_driver-latest
77+
# Chalice
78+
{py3.6,py3.9}-chalice-v{1.16}
79+
{py3.8,py3.12,py3.13}-chalice-latest
8080

8181
# Cloud Resource Context
8282
{py3.6,py3.12,py3.13}-cloud_resource_context
@@ -391,9 +391,10 @@ deps =
391391
celery: newrelic
392392
{py3.7}-celery: importlib-metadata<5.0
393393
394-
# Clickhouse Driver
395-
clickhouse_driver-v0.2.0: clickhouse_driver~=0.2.0
396-
clickhouse_driver-latest: clickhouse_driver
394+
# Chalice
395+
chalice: pytest-chalice==0.0.5
396+
chalice-v1.16: chalice~=1.16.0
397+
chalice-latest: chalice
397398
398399
# Cohere
399400
cohere-v5: cohere~=5.3.3

tox.ini

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ envlist =
7474
{py3.8,py3.11,py3.12}-celery-v{5.3,5.4,5.5}
7575
{py3.8,py3.12,py3.13}-celery-latest
7676

77-
# Clickhouse Driver
78-
{py3.8,py3.11}-clickhouse_driver-v{0.2.0}
79-
{py3.8,py3.12,py3.13}-clickhouse_driver-latest
77+
# Chalice
78+
{py3.6,py3.9}-chalice-v{1.16}
79+
{py3.8,py3.12,py3.13}-chalice-latest
8080

8181
# Cloud Resource Context
8282
{py3.6,py3.12,py3.13}-cloud_resource_context
@@ -289,11 +289,8 @@ envlist =
289289
# === Integrations - Auto-generated ===
290290
# These come from the populate_tox.py script. Eventually we should move all
291291
# integration tests there.
292-
# ~~~ Cloud ~~~
293-
{py3.6,py3.7,py3.8}-chalice-v1.16.0
294-
{py3.6,py3.7,py3.8}-chalice-v1.21.9
295-
{py3.6,py3.8,py3.9}-chalice-v1.26.6
296-
{py3.8,py3.11,py3.12}-chalice-v1.31.3
292+
# ~~~ DBs ~~~
293+
{py3.7,py3.12,py3.13}-clickhouse_driver-v0.2.9
297294

298295

299296
# ~~~ GraphQL ~~~
@@ -400,9 +397,10 @@ deps =
400397
celery: newrelic
401398
{py3.7}-celery: importlib-metadata<5.0
402399

403-
# Clickhouse Driver
404-
clickhouse_driver-v0.2.0: clickhouse_driver~=0.2.0
405-
clickhouse_driver-latest: clickhouse_driver
400+
# Chalice
401+
chalice: pytest-chalice==0.0.5
402+
chalice-v1.16: chalice~=1.16.0
403+
chalice-latest: chalice
406404

407405
# Cohere
408406
cohere-v5: cohere~=5.3.3
@@ -739,12 +737,8 @@ deps =
739737
# === Integrations - Auto-generated ===
740738
# These come from the populate_tox.py script. Eventually we should move all
741739
# integration tests there.
742-
# ~~~ Cloud ~~~
743-
chalice-v1.16.0: chalice==1.16.0
744-
chalice-v1.21.9: chalice==1.21.9
745-
chalice-v1.26.6: chalice==1.26.6
746-
chalice-v1.31.3: chalice==1.31.3
747-
chalice: pytest-chalice==0.0.5
740+
# ~~~ DBs ~~~
741+
clickhouse_driver-v0.2.9: clickhouse-driver==0.2.9
748742

749743

750744
# ~~~ GraphQL ~~~

0 commit comments

Comments
 (0)