From 04e7eff1c5204db5ec7a19a62cde39dacdf1c39a Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 2 Nov 2024 14:59:13 +0100 Subject: [PATCH] debug that shit --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index af5c3b631..ec8df94c6 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