Skip to content

Commit a550264

Browse files
mitchh456claude
andcommitted
Add asgiref dep to starlette tox envs
The starlette test imports asgiref.testing, which is normally available as a Django transitive dependency. Since the starlette-specific tox envs don't install Django, asgiref must be listed explicitly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3cc4ff commit a550264

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ deps =
5454
sqlalchemy
5555
!starlette036-!starlette10: starlette
5656
starlette036: starlette>=0.36,<0.37
57+
starlette036: asgiref
5758
starlette10: starlette>=1.0,<1.1
59+
starlette10: asgiref
5860
webtest
5961
commands =
6062
pytest {posargs}

0 commit comments

Comments
 (0)