mirror of https://github.com/pytest-dev/pytest.git
* 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:
parent
f1c6bab42d
commit
02519fdf23
|
@ -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>`_
|
||||
|
|
|
@ -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
|
||||
----
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue