mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-28 23:53:45 +00:00
Preserve environment variables in resolved Git dependencies (#2125)
## Summary Closes https://github.com/astral-sh/uv/issues/2116.
This commit is contained in:
parent
5083f51d68
commit
e7f336ac53
5 changed files with 93 additions and 6 deletions
|
@ -27,6 +27,7 @@ mod pins;
|
|||
mod prerelease_mode;
|
||||
mod pubgrub;
|
||||
mod python_requirement;
|
||||
mod redirect;
|
||||
mod resolution;
|
||||
mod resolution_mode;
|
||||
mod resolver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue