mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-21 22:33:24 +08:00
ignore numpy.ufunc size warnings
This commit is contained in:
parent
e7ef34f23f
commit
43a39bc7d8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user