Skip to content

Commit a38daff

Browse files
authored
Add warning about the MyProject @ git+file format not working
It does not currently work. See #12124.
1 parent 4ac0d3d commit a38daff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/html/topics/vcs-support.md

Lines changed: 5 additions & 0 deletions
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)