diff options
Diffstat (limited to 'ext/pybind11/tests/pytest.ini')
-rw-r--r-- | ext/pybind11/tests/pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pybind11/tests/pytest.ini b/ext/pybind11/tests/pytest.ini index 1e44f0a05..f209964a4 100644 --- a/ext/pybind11/tests/pytest.ini +++ b/ext/pybind11/tests/pytest.ini @@ -13,3 +13,4 @@ filterwarnings = ignore::ImportWarning # bogus numpy ABI warning (see numpy/#432) ignore:.*numpy.dtype size changed.*:RuntimeWarning + ignore:.*numpy.ufunc size changed.*:RuntimeWarning |