Skip to content

Commit 0696b5b

Browse files
committed
.
1 parent dda370e commit 0696b5b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@
3535
"*": [
3636
"psycopg2-binary",
3737
"djangorestframework",
38-
"pytest-asyncio",
3938
"pytest-django",
4039
"Werkzeug",
41-
"channels[daphne]",
4240
],
41+
">=3.0": ["pytest-asyncio"],
4342
">=2.2,<3.1": ["six"],
4443
"<3.3": [
4544
"djangorestframework>=3.0,<4.0",

tox.ini

Lines changed: 5 additions & 3 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-04-03T11:27:09.275276+00:00
13+
# Last generated: 2025-04-03T11:46:44.595900+00:00
1414

1515
[tox]
1616
requires =
@@ -621,10 +621,12 @@ deps =
621621
django-v5.2: django==5.2
622622
django: psycopg2-binary
623623
django: djangorestframework
624-
django: pytest-asyncio
625624
django: pytest-django
626625
django: Werkzeug
627-
django: channels[daphne]
626+
django-v3.2.25: pytest-asyncio
627+
django-v4.2.20: pytest-asyncio
628+
django-v5.0.9: pytest-asyncio
629+
django-v5.2: pytest-asyncio
628630
django-v2.2.28: six
629631
django-v1.11.9: djangorestframework>=3.0,<4.0
630632
django-v1.11.9: Werkzeug<2.1.0

0 commit comments

Comments
 (0)