aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/scipy/py3/pytest.ini
blob: 04021a5293d4df11d214107f2269d2daf73484f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
addopts = -l
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:.*The --rsyncdir command line argument.*:DeprecationWarning