Skip to content
New issue

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

Support UV_PROJECT environment to set project directory. #12327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nozomirin
Copy link

@nozomirin nozomirin commented Mar 20, 2025

Summary

Support the UV_PROJECT environment variable to set the project directory.
#11946

Test Plan

cargo nextest run passed except the cache_prune.

export UV_PROJECT=/path/to/project
uv sync

works.

@nozomirin
Copy link
Author

I don't know which part of the code I changed that resulted in this test error.
image
I would be grateful if there is some advice.

charliermarsh pushed a commit that referenced this pull request Mar 20, 2025
…ormat (#12330)

## Summary

Fixes the failing `cache_prune::prune_unzipped` test that was causing CI
failures in my other PR (#12328) and others like PR #12327.

The error message format changed to show a specific version constraint
(`iniconfig<=2.0.0`) rather than the generic 'all versions' message.
This PR updates the test to expect the new, more specific error message.

## Test Plan
Ran `cargo test -p uv cache_prune::prune_unzipped` to verify the test
now passes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant