You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base_python configuration does not work as expected. I would expect that either uv configuration or virtualenv configuration will be respected. But both does not really work.
Issue
base_python
configuration does not work as expected. I would expect that either uv configuration or virtualenv configuration will be respected. But both does not really work.See also tox-dev/tox#1149 (comment)
Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
Minimal example
uv configuration 64bit
Setting is ignored
uv configuration 32bit
uv configuration in base
virtualenv configuration 32bit
This selects the correct Python version, but ignores 32bit setting.
virtualenv configuration 32bit without tox-uv
This works as expected
The text was updated successfully, but these errors were encountered: