You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, editable VCS installs don't support the direct URL syntax. This means the egg fragment is the only supported way to request an extra for VCS URLs. We'd need to revive #9471 before raising an error.
It's probably best to punt this to a later release.
I think uv already supports the syntax "mypackage[extra] @ {VCS_URL}", but I've never looked at how feasible this is in pip or if it's been tried before.
We deprecated anything that isn't a bare project name in an egg fragment in #11567. It's scheduled for removal in pip 25.0. Let's make this an error.
pip/src/pip/_internal/models/link.py
Lines 459 to 475 in 1452429
cc @woodruffw
The text was updated successfully, but these errors were encountered: