Open ssbarnea opened 4 days ago
I was able to spot that self.request.allow
from https://github.com/tox-dev/tox/blob/5d880fc93c22d37585f838f8f5359be2714223bb/src/tox/execute/local_sub_process/__init__.py#L179 contains only:
(Pdb) self.request.allow
['/Users/ssbarnea/.config/mise/installs/python/3.12.7/bin/uv']
And that is why it fails.
When run without the tox-uv plugin this attribute contains ['.../.tox/py/bin/*']
and I guess that is why it works.
This is happening with the minimal tox.ini file from tha test, one that does not even have any allowlist_externals or even commands inside.
Issue
Environment
Provide at least:
Output of
```console macos ```pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
```console ========================================================================== FAILURES ========================================================================== ________________________________________________________ test_uv_venv_skip_missing_interpreters_fail _________________________________________________________ tox_project =tox -rvv
Minimal example