Skip to content

Commit 04e7eff

Browse files
committed
debug that shit
1 parent 120eea5 commit 04e7eff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ set_env =
3535
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
3636
PYTHONWARNINGS=d
3737
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}
38+
commands =
39+
uv pip list -p {envpython}
40+
coverage run -m pytest {posargs}
3941

4042
[testenv:coverage-report]
4143
# Keep base_python in-sync with .python-version-default

0 commit comments

Comments
 (0)