Skip to content

Commit

Permalink
Add warning about the MyProject @ git+file format not working
Browse files Browse the repository at this point in the history
It does not currently work. See pypa#12124.
  • Loading branch information
jparta committed Jul 4, 2023
1 parent b88adde commit c698f05
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit c698f05

Please sign in to comment.