We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run tox test with sitepackages = true it seems it does not see installed packages.
sitepackages = true
/root/.local/share/uv/tools/tox/bin/uv venv -p /root/.local/share/uv/tools/tox/bin/python --allow-existing -v /gcl-builds/.tox/pytorch
https://github.com/tox-dev/tox-uv/blob/main/src/tox_uv/_venv.py#L196 I don't see uv venv's --system-site-packages. But I maybe it is done different way?
--system-site-packages
The text was updated successfully, but these errors were encountered:
Yeah we don't support this yet, but PR welcome.
Sorry, something went wrong.
No branches or pull requests
Issue
When I run tox test with
sitepackages = true
it seems it does not see installed packages.Environment
Output of running tox
https://github.com/tox-dev/tox-uv/blob/main/src/tox_uv/_venv.py#L196 I don't see uv venv's
--system-site-packages
. But I maybe it is done different way?The text was updated successfully, but these errors were encountered: