File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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]
1616requires =
@@ -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
You can’t perform that action at this time.
0 commit comments