Skip to content

Commit

Permalink
TST: Don't fail the test suite when encountering the warnings introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed May 31, 2018
1 parent d934235 commit 80303aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Expand Up @@ -8,6 +8,8 @@ filterwarnings =
always::scipy._lib._testutils.FPUModeChangeWarning
once:Using a non-tuple sequence for multidimensional indexing.*:FutureWarning
once:Using a non-tuple sequence for multidimensional indexing.*:PendingDeprecationWarning
once:the matrix subclass is not the recommended way to represent matrices or deal with linear algebra*:FutureWarning
once:the matrix subclass is not the recommended way to represent matrices or deal with linear algebra*:PendingDeprecationWarning
once:.*LAPACK bug 0038.*:RuntimeWarning
env =
PYTHONHASHSEED=0

0 comments on commit 80303aa

Please sign in to comment.