summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/HOWTO_RELEASE.rst.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index d0b16a9c2..50b82ac8b 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -195,8 +195,7 @@ version this is not desired. Therefore any known warnings should be solved or
explicitly silenced before making the release branch, then when the branch is
made, the default behavior should be switched to not raise errors. This is
done in the constructor of the NoseTester class in numpy/testing/nosetester.py,
-by replacing ``raise_warnings=(DeprecationWarning, RuntimeWarning)`` with
-``raise_warnings=()``.
+by replacing ``raise_warnings="develop"`` with ``raise_warnings="release"``.
Make sure current trunk builds a package correctly
--------------------------------------------------