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 |
Answered by
gaborbernat
Feb 6, 2025
Replies: 1 comment 3 replies
|
This is an uv question, not tox 🤔 |
3 replies
Answer selected by
gaborbernat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an uv question, not tox 🤔
tox-uvis 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.