Skip to content

Commit 9892455

Browse files
committed
Remove 'pip' command hint from release announcement
While of course `pip` is still the most used tool to install packages, currently there are a lot of alternatives (`poetry`, `uv`, etc), so it feels a bit dated to suggest `pip install --upgrade` directly on the release announcement. Also, all the other release notes do not mention `pip` too, so it makes sense to remove it from the patch release announcement.
1 parent e8504ed commit 9892455

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/release.patch.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ pytest-{version}
33

44
pytest {version} has just been released to PyPI.
55

6-
This is a bug-fix release, being a drop-in replacement. To upgrade::
7-
8-
pip install --upgrade pytest
6+
This is a bug-fix release, being a drop-in replacement.
97

108
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
119

0 commit comments

Comments
 (0)