Skip to content

Commit f3cc4ff

Browse files
mitchh456claude
andcommitted
Fix starlette tox envs: run only starlette tests
Starlette-specific tox envs don't install Django (no django factor), so running the full test suite causes collection errors on Django tests. Restrict to starlette integration tests only. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 939c722 commit f3cc4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ commands =
6666

6767
[testenv:py{310,311,312,313,314}-starlette{036,10}]
6868
commands =
69-
pytest {posargs} --asyncio-mode=auto
69+
pytest tests/integration/test_starlette.py {posargs} --asyncio-mode=auto

0 commit comments

Comments
 (0)