summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/advanced.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index fd3cf3e..89700d5 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -25,9 +25,6 @@ in your project::
self.assertEqual(result.total_errors, 0,
"Found code style errors (and warnings).")
-If you are using ``nosetests`` for running tests, remove ``quiet=True``
-since Nose suppresses stdout.
-
There's also a shortcut for checking a single file::
import pycodestyle