From bbd600a17b24155f0b36f2cd473e17b09029ade6 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 19 Oct 2019 12:30:28 -0700 Subject: 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 --- Doc/library/unittest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index cbee94e..eb6714a 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 `_ and `pytest `_ - Third-party unittest frameworks with a lighter-weight syntax for writing + `pytest `_ + Third-party unittest framework with a lighter-weight syntax for writing tests. For example, ``assert func(10) == 42``. `The Python Testing Tools Taxonomy `_ -- cgit v0.12