From 43a39bc7d8f3b1f4e8b319b77ecab8d34584f4a9 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Wed, 23 Jan 2019 15:13:59 +0100 Subject: [PATCH] ignore numpy.ufunc size warnings --- tests/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest.ini b/tests/pytest.ini index 1e44f0a05..f209964a4 100644 --- a/tests/pytest.ini +++ b/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