projects
/
scipy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cec39d
)
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, 23 Feb 2024 12:24:19 +0000
(13:24 +0100)
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 04021a5293d4df11d214107f2269d2daf73484f8..f54ae2454b18302daef2dfc13bf59c12ce88c5a0 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