Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/html/topics/vcs-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions news/12124.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add warning about the ``MyProject @ git+file`` VCS format not working