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.0-12+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cfa2ee096de57c52bc7ce5165b9c57acc7d8e918;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