From 64c2e300cd1aed0abc82e75ed1139cc989c0e1b9 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 15 Sep 2018 11:14:21 -0700 Subject: Remove suggestion and documentation of using unmaintained nose The nose project has ceased development. The last commit is from Mar 3, 2016. From their docs page: https://nose.readthedocs.io/ > Note to Users > > Nose has been in maintenance mode for the past several years and will > likely cease without a new person/team to take over maintainership. > New projects should consider using Nose2, py.test, or just plain > unittest/unittest2. --- testsuite/support.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testsuite') diff --git a/testsuite/support.py b/testsuite/support.py index bcca4e4..cbe2f46 100644 --- a/testsuite/support.py +++ b/testsuite/support.py @@ -215,7 +215,3 @@ def run_tests(style): if options.testsuite: init_tests(style) return style.check_files() - - -# nose should not collect these functions -init_tests.__test__ = run_tests.__test__ = False -- cgit v1.2.1