File: 0008-Don-t-treat-warnings-as-errors-in-pytest.patch

package info (click to toggle)
scipy 1.15.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232,648 kB
  • sloc: cpp: 497,140; python: 327,782; ansic: 190,592; javascript: 89,553; fortran: 59,012; cs: 3,081; f90: 1,150; sh: 839; makefile: 780; pascal: 277; csh: 135; lisp: 134; xml: 56; perl: 51
file content (20 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Sun, 18 Dec 2022 10:33:23 +0100
Subject: Don't treat warnings as errors in pytest

---
 pytest.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index 78f65a4..d794686 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,7 +4,6 @@ norecursedirs = doc tools scipy/_lib/array_api_compat scipy/_lib/highs
 junit_family=xunit2
 
 filterwarnings =
-    error
     always::scipy._lib._testutils.FPUModeChangeWarning
     ignore:.*deprecated and ignored since IPython.*:DeprecationWarning
     once:.*LAPACK bug 0038.*:RuntimeWarning