rules_py icon indicating copy to clipboard operation
rules_py copied to clipboard

Test UV behavior with git#egg= URLs

Open arrdem opened this issue 2 months ago • 1 comments

A somewhat common case for internal repos is to use requirements files which reference internal forks of 3rdparty requirements via egg URLs. Test how uv add handles these and what the resulting lockfile looks like, make sure we have a story for these mostly just working.

Slightly concerned about translating git clone URLs to HTTP archive calls; may need to add support for actual git_repo usage.

arrdem avatar Dec 10 '25 21:12 arrdem