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
Right now, I want to use uv locally to have the dependencies on a venv and keep tox environments installing from pypi. how can I make uv not to consider the sources configuration under this file when installing packages and instead look at pypi?
This is an uv question, not tox 🤔 tox-uv is only a shim, if uv has an environment variable to achieve this behaviour you can set that. Otherwise if has a CLI flag you can use https://github.com/tox-dev/tox-uv#uv_sync_flags.
I have a root pyproject.toml with:
Right now, I want to use uv locally to have the dependencies on a venv and keep tox environments installing from pypi. how can I make uv not to consider the sources configuration under this file when installing packages and instead look at pypi?
related issue: open-telemetry/opentelemetry-python-contrib#3124
The text was updated successfully, but these errors were encountered: