Skip to content
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
5 changes: 2 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ The objectives of the ``pytest-dev`` organisation are:
* Sharing some of the maintenance responsibility (in case a maintainer no
longer wishes to maintain a plugin)

You can submit your plugin by subscribing to the `pytest-dev mail list
<https://mail.python.org/mailman/listinfo/pytest-dev>`_ and writing a
mail pointing to your existing pytest plugin repository which must have
You can submit your plugin by posting a new topic in the `pytest-dev GitHub Discussions
<https://github.com/pytest-dev/pytest/discussions>`_ pointing to your existing pytest plugin repository which must have
the following:

- PyPI presence with packaging metadata that contains a ``pytest-``
Expand Down
2 changes: 0 additions & 2 deletions doc/en/contact.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Mail
----

- `Testing In Python`_: a mailing list for Python testing tools and discussion.
- `pytest-dev at python.org`_ a mailing list for pytest specific announcements and discussions.
- Mail to `core@pytest.org <mailto:core@pytest.org>`_ for topics that cannot be
discussed in public. Mails sent there will be distributed among the members
in the pytest core team, who can also be contacted individually:
Expand All @@ -58,4 +57,3 @@ Other
.. _`pytest issue tracker`: https://github.com/pytest-dev/pytest/issues
.. _`pytest discussions`: https://github.com/pytest-dev/pytest/discussions
.. _`Testing in Python`: http://lists.idyll.org/listinfo/testing-in-python
.. _`pytest-dev at python.org`: http://mail.python.org/mailman/listinfo/pytest-dev
Loading