@@ -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