We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120eea5 commit 04e7effCopy full SHA for 04e7eff
tox.ini
@@ -35,7 +35,9 @@ set_env =
35
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
36
PYTHONWARNINGS=d
37
commands_pre = python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")'
38
-commands = coverage run -m pytest {posargs}
+commands =
39
+ uv pip list -p {envpython}
40
+ coverage run -m pytest {posargs}
41
42
[testenv:coverage-report]
43
# Keep base_python in-sync with .python-version-default
0 commit comments