We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad14c7 commit d040618Copy full SHA for d040618
tox.ini
@@ -25,10 +25,8 @@ basepython = python3
25
[testenv]
26
extras = dev
27
deps =
28
- uv
29
django4: django>=4.2,<5
30
django5: django>=5.0,<6
31
32
commands =
33
- uv sync --extra dev
34
- uv run pytest tests/ --ds=project.settings --cov={toxinidir}/src --cov-report=term-missing --cov-report=xml
+ pytest tests/ --ds=project.settings --cov={toxinidir}/src --cov-report=term-missing --cov-report=xml
0 commit comments