]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove doc reference to unmaitained Nose package (GH-16849)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Oct 2019 19:29:20 +0000 (12:29 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Oct 2019 19:29:20 +0000 (12:29 -0700)
The Nose package is no longer maintained.
(cherry picked from commit 88eeda6311a8e3bf57136da5f73c70bc91ad79f3)

Co-authored-by: Jon Dufresne <jon.dufresne@gmail.com>
Doc/library/unittest.rst

index bbe14299edfb7956406e0bce2f805623b4d3de28..0cd6918b1d2533d0985a5fd915886e1db5c8b74c 100644 (file)
@@ -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>`_