@@ -289,41 +289,13 @@ envlist =
289289 # === Integrations - Auto-generated ===
290290 # These come from the populate_tox.py script. Eventually we should move all
291291 # integration tests there.
292- # ~~~ AI ~~~
293- {py3.7,py3.12,py3.13}-anthropic-v0.16.0
294- {py3.7,py3.12,py3.13}-anthropic-v0.25.9
295- {py3.7,py3.12,py3.13}-anthropic-v0.34.2
296- {py3.8,py3.12,py3.13}-anthropic-v0.42.0
297-
298-
299- # ~~~ DBs ~~~
300- {py3.7,py3.12,py3.13}-asyncpg-v0.23.0
301- {py3.7,py3.12,py3.13}-asyncpg-v0.25.0
302- {py3.7,py3.12,py3.13}-asyncpg-v0.27.0
303- {py3.8,py3.12,py3.13}-asyncpg-v0.30.0
304-
305-
306292 # ~~~ GraphQL ~~~
307293 {py3.8,py3.10,py3.11}-ariadne-v0.20.1
308294 {py3.8,py3.11,py3.12}-ariadne-v0.21
309295 {py3.8,py3.11,py3.12}-ariadne-v0.22
310296 {py3.8,py3.11,py3.12}-ariadne-v0.24.0
311297
312298
313- # ~~~ Tasks ~~~
314- {py3.7,py3.12,py3.13}-arq-v0.23
315- {py3.7,py3.12,py3.13}-arq-v0.24.0
316- {py3.7,py3.12,py3.13}-arq-v0.25.0
317- {py3.8,py3.12,py3.13}-arq-v0.26.3
318-
319-
320- # ~~~ Web 2 ~~~
321- {py3.7,py3.12,py3.13}-aiohttp-v3.6.3
322- {py3.7,py3.12,py3.13}-aiohttp-v3.8.6
323- {py3.8,py3.12,py3.13}-aiohttp-v3.10.9
324- {py3.9,py3.12,py3.13}-aiohttp-v3.11.11
325-
326-
327299
328300[testenv]
329301deps =
@@ -752,24 +724,6 @@ deps =
752724 # === Integrations - Auto-generated ===
753725 # These come from the populate_tox.py script. Eventually we should move all
754726 # integration tests there.
755- # ~~~ AI ~~~
756- anthropic-v0.16.0: anthropic ==0.16.0
757- anthropic-v0.25.9: anthropic ==0.25.9
758- anthropic-v0.34.2: anthropic ==0.34.2
759- anthropic-v0.42.0: anthropic ==0.42.0
760- anthropic: pytest-asyncio
761- anthropic-v0.16.0: httpx<0.28.0
762- anthropic-v0.25.9: httpx<0.28.0
763-
764-
765- # ~~~ DBs ~~~
766- asyncpg-v0.23.0: asyncpg ==0.23.0
767- asyncpg-v0.25.0: asyncpg ==0.25.0
768- asyncpg-v0.27.0: asyncpg ==0.27.0
769- asyncpg-v0.30.0: asyncpg ==0.30.0
770- asyncpg: pytest-asyncio
771-
772-
773727 # ~~~ GraphQL ~~~
774728 ariadne-v0.20.1: ariadne ==0.20.1
775729 ariadne-v0.21: ariadne ==0.21
@@ -780,28 +734,6 @@ deps =
780734 ariadne: httpx
781735
782736
783- # ~~~ Tasks ~~~
784- arq-v0.23: arq ==0.23
785- arq-v0.24.0: arq ==0.24.0
786- arq-v0.25.0: arq ==0.25.0
787- arq-v0.26.3: arq ==0.26.3
788- arq: fakeredis>=2.2.0,<2.8
789- arq: pytest-asyncio
790- arq: async-timeout
791- arq-v0.23: pydantic<2
792- arq-v0.24.0: pydantic<2
793- arq-v0.25.0: pydantic<2
794-
795-
796- # ~~~ Web 2 ~~~
797- aiohttp-v3.6.3: aiohttp ==3.6.3
798- aiohttp-v3.8.6: aiohttp ==3.8.6
799- aiohttp-v3.10.9: aiohttp ==3.10.9
800- aiohttp-v3.11.11: aiohttp ==3.11.11
801- aiohttp: pytest-aiohttp
802- aiohttp: pytest-asyncio
803-
804-
805737
806738setenv =
807739 PYTHONDONTWRITEBYTECODE =1
0 commit comments