Skip to content

Remove 'pip' command hint from release announcement #13019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 1, 2024
Merged
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
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ Both automatic and manual processes described above follow the same steps from t
* [email protected] (all releases)
* [email protected] (only major/minor releases)

And announce it on `Twitter <https://twitter.com/>`_ with the ``#pytest`` hashtag.
And announce it on `Twitter <https://twitter.com/>`_ and `BlueSky <https://bsky.app/>`_ with the ``#pytest`` hashtag.
4 changes: 1 addition & 3 deletions scripts/release.patch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ pytest-{version}

pytest {version} has just been released to PyPI.

This is a bug-fix release, being a drop-in replacement. To upgrade::

pip install --upgrade pytest
This is a bug-fix release, being a drop-in replacement.

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

Expand Down