[Python-checkins] Remove doc reference to unmaitained Nose package (GH-16849)

Miss Islington (bot) webhook-mailer at python.org
Sat Oct 19 15:30:31 EDT 2019


https://github.com/python/cpython/commit/bbd600a17b24155f0b36f2cd473e17b09029ade6
commit: bbd600a17b24155f0b36f2cd473e17b09029ade6
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-10-19T12:30:28-07:00
summary:

Remove doc reference to unmaitained Nose package (GH-16849)


The Nose package is no longer maintained.
(cherry picked from commit 88eeda6311a8e3bf57136da5f73c70bc91ad79f3)

Co-authored-by: Jon Dufresne <jon.dufresne at gmail.com>

files:
M Doc/library/unittest.rst

diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index cbee94e52c0ae..eb6714a8c8ff9 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -56,8 +56,8 @@ test runner
       Kent Beck's original paper on testing frameworks using the pattern shared
       by :mod:`unittest`.
 
-   `Nose <https://nose.readthedocs.io/>`_ and `pytest <https://docs.pytest.org/>`_
-      Third-party unittest frameworks with a lighter-weight syntax for writing
+   `pytest <https://docs.pytest.org/>`_
+      Third-party unittest framework with a lighter-weight syntax for writing
       tests.  For example, ``assert func(10) == 42``.
 
    `The Python Testing Tools Taxonomy <https://wiki.python.org/moin/PythonTestingToolsTaxonomy>`_



More information about the Python-checkins mailing list