Skip to content

Commit 66af2c9

Browse files
committed
.
1 parent 6a68dcd commit 66af2c9

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ envlist =
3636
# At a minimum, we should test against at least the lowest
3737
# and the latest supported version of a framework.
3838

39-
# Arq
40-
{py3.7,py3.11}-arq-v{0.23}
41-
{py3.7,py3.12,py3.13}-arq-latest
42-
4339
# Asgi
4440
{py3.7,py3.12,py3.13}-asgi
4541

@@ -164,14 +160,6 @@ deps =
164160
165161
# === Integrations ===
166162
167-
# Arq
168-
arq-v0.23: arq~=0.23.0
169-
arq-v0.23: pydantic<2
170-
arq-latest: arq
171-
arq: fakeredis>=2.2.0,<2.8
172-
arq: pytest-asyncio
173-
arq: async-timeout
174-
175163
# Asgi
176164
asgi: pytest-asyncio
177165
asgi: async-asgi-testclient

tox.ini

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-09-02T13:17:31.600009+00:00
13+
# Last generated: 2025-09-02T13:21:02.126682+00:00
1414

1515
[tox]
1616
requires =
@@ -36,10 +36,6 @@ envlist =
3636
# At a minimum, we should test against at least the lowest
3737
# and the latest supported version of a framework.
3838

39-
# Arq
40-
{py3.7,py3.11}-arq-v{0.23}
41-
{py3.7,py3.12,py3.13}-arq-latest
42-
4339
# Asgi
4440
{py3.7,py3.12,py3.13}-asgi
4541

@@ -358,14 +354,6 @@ deps =
358354

359355
# === Integrations ===
360356

361-
# Arq
362-
arq-v0.23: arq~=0.23.0
363-
arq-v0.23: pydantic<2
364-
arq-latest: arq
365-
arq: fakeredis>=2.2.0,<2.8
366-
arq: pytest-asyncio
367-
arq: async-timeout
368-
369357
# Asgi
370358
asgi: pytest-asyncio
371359
asgi: async-asgi-testclient

0 commit comments

Comments
 (0)