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
Note that version of python is irrelevant, as it does reproduce with all supported versions.
I also tried to modify the failing test to compensate for the missing pip, but it still failed with another error, now complaining about missing hatchling... and adding hatchling did not address this one. So we might have more than one bug here.
@gaborbernat That issue was raised inside tox-uv project, not tox. Closing is as not supported here is bit unexpected... as it would make impossible to properly test tox-uv if we cannot find a way test tox itself with it, right?
I can understand why you might want to avoid the noise related to uv in tox itself, but the reality is that right now, if you happen to have the tox-uv installed, you can no longer run tox own tests even if you use tox to run them. (no isolation). I found this myself while trying to make other changes to tox. To clarify, tox tests are starting and most of them are passing, just less than are failing if you happen to have tox-uv installed.
My first pain point now is to find a way to contribute to tox without having to uninstall tox-uv at user level (as apparently it works with most python project I tested so far).
My first pain point now is to find a way to contribute to tox without having to uninstall tox-uv at user level (as apparently it works with most python project I tested so far).
Issue
Note that version of python is irrelevant, as it does reproduce with all supported versions.
I also tried to modify the failing test to compensate for the missing pip, but it still failed with another error, now complaining about missing
hatchling
... and adding hatchling did not address this one. So we might have more than one bug here.Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
Minimal example
The text was updated successfully, but these errors were encountered: