Skip to content

Commit

Permalink
Merge pull request #11675 from sbidoul/fix-vcs-support-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Dec 28, 2022
2 parents dca39dd + e22003e commit b224c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/html/topics/vcs-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ VCS source will not overwrite it without an `--upgrade` flag. Further, pip
looks at the package version, at the target revision to determine what action to
take on the VCS requirement (not the commit itself).

The {ref}`pip freeze` subcommand will record the VCS requirement specifier
(referencing a specific commit) only if the install is done with the editable
option.

## URL fragments

pip looks at 2 fragments for VCS URLs:
Expand Down
2 changes: 2 additions & 0 deletions news/11675.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Remove mention that editable installs are necessary for pip freeze to report the VCS
URL.

0 comments on commit b224c38

Please sign in to comment.