diff --git a/tox.ini b/tox.ini index af5c3b63..ec8df94c 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,9 @@ set_env = COVERAGE_PROCESS_START={toxinidir}/pyproject.toml PYTHONWARNINGS=d commands_pre = python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")' -commands = coverage run -m pytest {posargs} +commands = + uv pip list -p {envpython} + coverage run -m pytest {posargs} [testenv:coverage-report] # Keep base_python in-sync with .python-version-default