How make tox-uv ignore pyproject.toml? #172
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is an uv question, not tox 🤔 |
Beta Was this translation helpful? Give feedback.
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.