FileNotFoundError
about a log directory with uv-venv-lock-runner
#121
Labels
bug
Something isn't working
Issue
On a simple environment, when running tox-uv with the
uv-venv-lock-runner
on a different python version that the on installed on the system, tox fails with aFileNotFoundError
related to a log directory. I suppose this error hides another one, the one that was intended to be logged.I have python 3.12 installed system wide, the errror does not happen with
tox -e py312
.With the default runner I cannot observe this bug.
Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
Minimal example
pyproject.toml
The text was updated successfully, but these errors were encountered: