Skip to content

Commit

Permalink
Add status of project
Browse files Browse the repository at this point in the history
Nose, the base project, is in maintenance mode, and the sole maintainer
of this project no longer uses django-nose. Let potential users know the
status, and current users how to step up to maintenance.
  • Loading branch information
jwhitlock committed Aug 19, 2020
1 parent 5396f0c commit 6cabafa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ recommended. It follows the `Django's support policy`_, supporting:
.. _latest release: https://pypi.python.org/pypi/nose
.. _Django's support policy: https://docs.djangoproject.com/en/1.8/internals/release-process/#supported-versions


Note to users
-------------

`nose`_ has been in maintenance mode since at least 2015. ``django-nose`` is in
maintenance mode as well, and the sole maintainer is no longer an active user.
See `Jazzband.co`_ to learn how ``django-nose`` is maintained and how you can
help. New projects should consider using `pytest`_, or `unittest`_ with the
`Django testing framework`_.

.. _Jazzband.co: https://jazzband.co
.. _pytest: https://docs.pytest.org/en/stable/
.. _unittest: https://docs.python.org/3/library/unittest.html
.. _Django testing framework: https://docs.djangoproject.com/en/3.1/topics/testing/

Installation
------------

Expand Down

0 comments on commit 6cabafa

Please sign in to comment.