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

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

Co-authored-by: Jon Dufresne <jon.dufresne@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-10-19 12:30:28 -07:00 committed by GitHub
parent 652a1cb0e1
commit bbd600a17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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