Skip to content

Commit c698f05

Browse files
committed
Add warning about the MyProject @ git+file format not working
It does not currently work. See #12124.
1 parent b88adde commit c698f05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/html/topics/vcs-support.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ MyProject @ git+file:///home/user/projects/MyProject
2323
MyProject @ git+https://git.example.com/MyProject
2424
```
2525

26+
```{warning}
27+
Currently, the `MyProject @ git+file` format does not work and the fix requires multiple deprecations.
28+
See https://github.com/pypa/pip/issues/12124.
29+
```
30+
2631
```{warning}
2732
The use of `git`, `git+git`, and `git+http` schemes is discouraged.
2833
The former two use [the Git Protocol], which lacks authentication, and HTTP is

0 commit comments

Comments
 (0)