From c7e29d37d9b5f8203586f03c68fbe76ba3119bd9 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sun, 18 Dec 2022 10:33:23 +0100 Subject: [PATCH] Don't treat warnings as errors in pytest Gbp-Pq: Name 0008-Don-t-treat-warnings-as-errors-in-pytest.patch --- pytest.ini | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2