112037Sandreas.sandberg@arm.com[pytest]
212037Sandreas.sandberg@arm.comminversion = 3.0
312391Sjason@lowepower.comnorecursedirs = test_cmake_build test_embed
412037Sandreas.sandberg@arm.comaddopts =
512037Sandreas.sandberg@arm.com    # show summary of skipped tests
612037Sandreas.sandberg@arm.com    -rs
712037Sandreas.sandberg@arm.com    # capture only Python print and C++ py::print, but not C output (low-level Python errors)
812037Sandreas.sandberg@arm.com    --capture=sys
912391Sjason@lowepower.comfilterwarnings =
1012391Sjason@lowepower.com    # make warnings into errors but ignore certain third-party extension issues
1112391Sjason@lowepower.com    error
1212391Sjason@lowepower.com    # importing scipy submodules on some version of Python
1312391Sjason@lowepower.com    ignore::ImportWarning
1412391Sjason@lowepower.com    # bogus numpy ABI warning (see numpy/#432)
1512391Sjason@lowepower.com    ignore:.*numpy.dtype size changed.*:RuntimeWarning
1614299Sbbruce@ucdavis.edu    ignore:.*numpy.ufunc size changed.*:RuntimeWarning
17