Skip to content

Commit d040618

Browse files
committed
fix tox
1 parent 4ad14c7 commit d040618

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ basepython = python3
2525
[testenv]
2626
extras = dev
2727
deps =
28-
uv
2928
django4: django>=4.2,<5
3029
django5: django>=5.0,<6
3130

3231
commands =
33-
uv sync --extra dev
34-
uv run pytest tests/ --ds=project.settings --cov={toxinidir}/src --cov-report=term-missing --cov-report=xml
32+
pytest tests/ --ds=project.settings --cov={toxinidir}/src --cov-report=term-missing --cov-report=xml

0 commit comments

Comments
 (0)