summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-15 11:14:21 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-15 11:44:01 -0700
commit64c2e300cd1aed0abc82e75ed1139cc989c0e1b9 (patch)
tree4e1323bbf4a8c1bdfab679c88763ca63c533df2b /testsuite
parent566cdc0cb22e5530902e456d0b315403ebab980c (diff)
downloadpep8-64c2e300cd1aed0abc82e75ed1139cc989c0e1b9.tar.gz
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.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/support.py4
1 files changed, 0 insertions, 4 deletions
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