diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-03-04 20:40:31 +0100 |
---|---|---|
committer | Mark Wiebe <mwwiebe@gmail.com> | 2012-03-04 12:59:35 -0800 |
commit | 8df4e67caedd2aa42c932c605ad833c9702452a0 (patch) | |
tree | a20bdbf6f92badbb72b5d433e5b7eca8905d11d1 /doc | |
parent | 7961e1f56ec9754cafcb9a67445b01d47d1b1676 (diff) | |
download | numpy-8df4e67caedd2aa42c932c605ad833c9702452a0.tar.gz |
TST: add some string kw options to simplify switching NoseTester behavior.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 3 |
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 -------------------------------------------------- |