From: Jochen Sprickerhof Date: Sun, 18 Dec 2022 09:33:23 +0000 (+0100) Subject: Don't treat warnings as errors in pytest X-Git-Tag: archive/raspbian/1.10.1-2+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1d241cc461167268b4d94cded1de4bceb6677eba;p=scipy.git Don't treat warnings as errors in pytest Gbp-Pq: Name 0008-Don-t-treat-warnings-as-errors-in-pytest.patch --- diff --git a/pytest.ini b/pytest.ini index 3b68b5f9..404c4ce3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,7 +3,6 @@ addopts = -l junit_family=xunit2 filterwarnings = - error always::scipy._lib._testutils.FPUModeChangeWarning ignore:.*deprecated and ignored since IPython.*:DeprecationWarning once:.*LAPACK bug 0038.*:RuntimeWarning