Skip to content

Commit 4d072db

Browse files
Remove reference to issue
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent da1589e commit 4d072db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build_docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,7 @@ def build_venv(self) -> None:
807807
The venv is recreated from scratch for every build: pip considers
808808
a requirement satisfied when the installed version number matches,
809809
even if the requirement is a direct URL now pointing at different
810-
code, so a reused venv can silently keep outdated packages
811-
(see python/cpython#153227).
810+
code, so a reused venv can silently keep outdated packages.
812811
"""
813812
requirements = list(self.build_meta.dependencies)
814813
if self.includes_html:

0 commit comments

Comments
 (0)