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.8.1-20+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c7e29d37d9b5f8203586f03c68fbe76ba3119bd9;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 a4deb422..3438da83 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