projects
/
scipy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1c382
)
Don't treat warnings as errors in pytest
author
Jochen Sprickerhof
<jspricke@debian.org>
Sun, 18 Dec 2022 09:33:23 +0000
(10:33 +0100)
committer
Drew Parsons
<dparsons@debian.org>
Fri, 27 Oct 2023 09:24:17 +0000
(11:24 +0200)
Gbp-Pq: Name 0008-Don-t-treat-warnings-as-errors-in-pytest.patch
pytest.ini
patch
|
blob
|
history
diff --git
a/pytest.ini
b/pytest.ini
index 3b68b5f9a79c83238d578a9161a22c71ee13e28b..404c4ce3a97d5b80969b58282dbd0df51ba38c48 100644
(file)
--- 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