forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
23 lines (22 loc) · 1.2 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[pytest]
addopts = -l
norecursedirs = doc tools scipy/_lib/array_api_compat scipy/_lib/cobyqa 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
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning
ignore:'environmentfilter' is renamed to 'pass_environment'
ignore:'contextfunction' is renamed to 'pass_context'
ignore:.*The distutils.* is deprecated.*:DeprecationWarning
ignore:\s*.*numpy.distutils.*:DeprecationWarning
ignore:.*`numpy.core` has been made officially private.*:DeprecationWarning
ignore:.*In the future `np.long` will be defined as.*:FutureWarning
ignore:.*JAX is multithreaded.*:RuntimeWarning
ignore:.*The 2023.12 version of the array API specification is still preliminary.*:UserWarning
ignore:^Using the slower implmentation::cupy
ignore:Using the slower implementation::cupy
ignore:Jitify is performing a one-time only warm-up::cupy