mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 22:25:10 +00:00
ignore numpy.ufunc size warnings
This commit is contained in:
parent
e7ef34f23f
commit
43a39bc7d8
@ -13,3 +13,4 @@ filterwarnings =
|
|||||||
ignore::ImportWarning
|
ignore::ImportWarning
|
||||||
# bogus numpy ABI warning (see numpy/#432)
|
# bogus numpy ABI warning (see numpy/#432)
|
||||||
ignore:.*numpy.dtype size changed.*:RuntimeWarning
|
ignore:.*numpy.dtype size changed.*:RuntimeWarning
|
||||||
|
ignore:.*numpy.ufunc size changed.*:RuntimeWarning
|
||||||
|
Loading…
Reference in New Issue
Block a user