summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-11-04 04:13:50 -0500
committerJohn Szakmeister <john@szakmeister.net>2015-11-04 04:13:50 -0500
commit0f40fa995384afad77e191636c89eb7d5b8870ca (patch)
tree9aa936d72b5acd66176ea4a0e4d7dc4d77aa4de5
parent50a55f6eb57fc7410a3a95101e61383de70a1ae1 (diff)
downloadnose-0f40fa995384afad77e191636c89eb7d5b8870ca.tar.gz
Add a note to users about the state of Nose.
-rw-r--r--doc/index.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index abb1dfb..0e5113e 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -3,6 +3,15 @@
contain the root `toctree` directive.
+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 <https://github.com/nose-devs/nose2>`_, `py.test
+<http://pytest.org/>`, or just plain unittest/unittest2.
+
+
Installation and quick start
============================