]> granicus.if.org Git - python/commitdiff
Remove doc reference to unmaitained Nose package (GH-16849)
authorJon Dufresne <jon.dufresne@gmail.com>
Sat, 19 Oct 2019 19:22:20 +0000 (12:22 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Oct 2019 19:22:20 +0000 (12:22 -0700)
The Nose package is no longer maintained.

Doc/library/unittest.rst

index 8c9affe9db952c907fa01c59556d240db8759552..9e66a2c1c220a2ed856ccd1dc3d750014c36ff30 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>`_