Skip to content

Commit e00c510

Browse files
authored
Postpone removal of non-bare names in egg fragment to 25.2 (#13309)
I don't have time to add support for Direct URLs for VSC editables which is needed to finish this deprecation before 25.1.
1 parent d551f66 commit e00c510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/models/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def _egg_fragment(self) -> Optional[str]:
468468
deprecated(
469469
reason=f"{self} contains an egg fragment with a non-PEP 508 name.",
470470
replacement="to use the req @ url syntax, and remove the egg fragment",
471-
gone_in="25.1",
471+
gone_in="25.2",
472472
issue=13157,
473473
)
474474

0 commit comments

Comments
 (0)