Update links to microblogging pages (#13123) (#13127)

* Update links to microblogging pages

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestions from code review

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
(cherry picked from commit 05538acf90)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
patchback[bot] 2025-01-12 10:48:20 -03:00 committed by GitHub
parent f1c6bab42d
commit 02519fdf23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View File

@ -170,4 +170,8 @@ Both automatic and manual processes described above follow the same steps from t
* python-announce-list@python.org (all releases)
* testing-in-python@lists.idyll.org (only major/minor releases)
And announce it on `Twitter <https://twitter.com/>`_ and `BlueSky <https://bsky.app/>`_ with the ``#pytest`` hashtag.
And announce it with the ``#pytest`` hashtag on:
* `Bluesky <https://bsky.app>`_
* `Fosstodon <https://fosstodon.org>`_
* `Twitter/X <https://x.com>`_

View File

@ -24,6 +24,13 @@ Chat
<https://web.libera.chat/#pytest>`_)
- ``#pytest`` `on Matrix <https://matrix.to/#/#pytest:matrix.org>`_.
Microblogging
-------------
- Bluesky: `@pytest.org <https://bsky.app/profile/pytest.org>`_
- Mastodon: `@pytest@fosstodon.org <https://fosstodon.org/@pytest>`_
- Twitter/X: `@pytestdotorg <https://x.com/pytestdotorg>`_
Mail
----

View File

@ -64,10 +64,11 @@ optional-dependencies.dev = [
"xmlschema",
]
urls.Changelog = "https://docs.pytest.org/en/stable/changelog.html"
urls.Contact = "https://docs.pytest.org/en/stable/contact.html"
urls.Funding = "https://docs.pytest.org/en/stable/sponsor.html"
urls.Homepage = "https://docs.pytest.org/en/latest/"
urls.Source = "https://github.com/pytest-dev/pytest"
urls.Tracker = "https://github.com/pytest-dev/pytest/issues"
urls.Twitter = "https://twitter.com/pytestdotorg"
scripts."py.test" = "pytest:console_main"
scripts.pytest = "pytest:console_main"