From 1d241cc461167268b4d94cded1de4bceb6677eba 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 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 -- 2.30.2