From a38daffaee1f0e31b578cab96362f34e4090cfb2 Mon Sep 17 00:00:00 2001 From: Joonatan Partanen Date: Mon, 3 Jul 2023 14:05:18 +0300 Subject: [PATCH] Add warning about the `MyProject @ git+file` format not working It does not currently work. See https://github.com/pypa/pip/issues/12124. --- docs/html/topics/vcs-support.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/html/topics/vcs-support.md b/docs/html/topics/vcs-support.md index 465d5ecb78c..86190cc3689 100644 --- a/docs/html/topics/vcs-support.md +++ b/docs/html/topics/vcs-support.md @@ -23,6 +23,11 @@ MyProject @ git+file:///home/user/projects/MyProject MyProject @ git+https://git.example.com/MyProject ``` +```{warning} +Currently, the `MyProject @ git+file` format does not work and the fix requires multiple deprecations. +See https://github.com/pypa/pip/issues/12124. +``` + ```{warning} The use of `git`, `git+git`, and `git+http` schemes is discouraged. The former two use [the Git Protocol], which lacks authentication, and HTTP is